CIA Compliance Manager — API Documentation - v1.1.50
    Preparing search index...

    Props for KeyboardShortcutProvider

    interface KeyboardShortcutProviderProps {
        children: ReactNode;
        initialShortcuts?: ShortcutMap;
        defaultEnabled?: boolean;
    }
    Index

    Properties

    children: ReactNode

    Child components

    initialShortcuts?: ShortcutMap

    Initial shortcuts to register

    defaultEnabled?: boolean

    Whether shortcuts are enabled by default