@umbraco-cms/backoffice
    Preparing search index...
    interface UmbShortcut {
        action: () => void | Promise<void>;
        alt: boolean;
        key: string;
        label?: string;
        modifier: boolean;
        shift: boolean;
        unique: string | symbol;
        weight?: number;
    }
    Index

    Properties

    action: () => void | Promise<void>
    alt: boolean
    key: string
    label?: string
    modifier: boolean
    shift: boolean
    unique: string | symbol
    weight?: number