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

    Properties

    description: Record<string, string>
    handler?: (
        store: KeyboardnavStore,
        e: KeyboardEvent,
    ) => void | KeyboardnavChainAction
    key: string