Trilium Frontend API
    Preparing search index...

    Type Alias KeystrokeInfoGroupDefinition

    A group of keystrokes in module:core/accessibility~Accessibility#keystrokeInfos.

    type KeystrokeInfoGroupDefinition = {
        id: string;
        keystrokes: KeystrokeInfoDefinition[];
        label?: string;
    }
    Index

    Properties

    Properties

    id: string

    The unique id of the group.

    Keystroke definitions within the group.

    label?: string

    The label of the group (optional).