interface Submenu {
    icon?: IconUrl;
    id: string;
    label: string;
}

Properties

Properties

icon?: IconUrl
id: string
label: string