@witchcraft/spellcraft
    Preparing search index...

    Type Alias OnHooks

    type OnHooks = {
        onSetCommandProp?: OnHook<
            Command,
            Pick<CommandSetEntries, OnHookCommandProps>,
        >;
        onSetCommandsProp?: OnHook<
            Commands,
            Pick<CommandsSetEntries, OnHookCommandsProps>,
        >;
        onSetKeyProp?: OnHook<Key, Pick<KeySetEntries, OnHookKeyProps>>;
        onSetKeysProp?: OnHook<Keys, Pick<KeysSetEntries, OnHookKeysProps>>;
        onSetManagerProp?: OnHook<
            Manager,
            Pick<ManagerSetEntries, OnHookManagerProps>,
        >;
        onSetShortcutProp?: OnHook<
            Shortcut,
            Pick<ShortcutSetEntries, OnHookShortcutProps>,
        >;
        onSetShortcutsProp?: OnHook<
            Shortcuts,
            Pick<ShortcutsSetEntries, OnHookShortcutsProps>,
        >;
    }
    Index

    Properties

    onSetCommandsProp?: OnHook<
        Commands,
        Pick<CommandsSetEntries, OnHookCommandsProps>,
    >
    onSetKeyProp?: OnHook<Key, Pick<KeySetEntries, OnHookKeyProps>>
    onSetKeysProp?: OnHook<Keys, Pick<KeysSetEntries, OnHookKeysProps>>
    onSetShortcutProp?: OnHook<
        Shortcut,
        Pick<ShortcutSetEntries, OnHookShortcutProps>,
    >
    onSetShortcutsProp?: OnHook<
        Shortcuts,
        Pick<ShortcutsSetEntries, OnHookShortcutsProps>,
    >