RAMP4 - v4.21.0
    Preparing search index...
    interface NamespaceRegistration {
        activeHandler?: (store: KeyboardnavStore, e?: KeyboardEvent) => void;
        deactiveHandler?: (store: KeyboardnavStore, e?: KeyboardEvent) => void;
        handler?: (
            store: KeyboardnavStore,
            e: KeyboardEvent,
            key: string,
        ) => void | KeyboardnavChainAction;
        keys: KeyItem[];
        name: Record<string, string>;
    }
    Index

    Properties

    activeHandler?: (store: KeyboardnavStore, e?: KeyboardEvent) => void
    deactiveHandler?: (store: KeyboardnavStore, e?: KeyboardEvent) => void
    handler?: (
        store: KeyboardnavStore,
        e: KeyboardEvent,
        key: string,
    ) => void | KeyboardnavChainAction
    keys: KeyItem[]
    name: Record<string, string>