interface StartMenuItem {
    do?: (() => void);
    title: string;
}

Properties

Properties

do?: (() => void)

Type declaration

    • (): void
    • Returns void

title: string

Generated using TypeDoc