カスタムアイテムを表示する為のAppBarItem

interface CustomAppBarItem {
    appbarItemDisplayArea: AppBarItemDisplayAreaType;
    customOnClick: string;
    displayLabel: string;
    iconTag: string;
    type: AppBarItemType;
}

Hierarchy (view full)

Properties

appbarItemDisplayArea: AppBarItemDisplayAreaType

表示ラベル

customOnClick: string

表示ラベル

displayLabel: string

表示ラベル

iconTag: string

アイコンタグ

AppBarItemタイプ