interface AppbarItemConfig {
    componentId?: string;
    id: string;
    options?: object;
}

Implemented by

Properties

componentId?: string

ID of the component of this appbar item.

AppbarItemConfig

id: string

ID of this Appbar item.

AppbarItemConfig

options?: object

The options for the displayed appbar button.

AppbarItemConfig