novx
    Preparing search index...

    Interface CommandOptions

    interface CommandOptions {
        i18n?: string;
        label?: string;
        name?: string;
        shortcut?: string;
    }
    Index

    Properties

    i18n?: string
    label?: string
    name?: string
    shortcut?: string