型・APIリファレンス
    Preparing search index...

    Interface CustomAppBarItem

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

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

    Hierarchy (View Summary)

    Index

    Properties

    appbarItemDisplayArea: AppBarItemDisplayAreaType

    表示ラベル

    customOnClick?: string

    表示ラベル

    displayLabel: string

    表示ラベル

    iconTag: string

    アイコンタグ

    AppBarItemタイプ