Interface ApplicationMaintenanceItem

アプリケーション管理画面へのリンクを表示する為のAppBarItem

interface ApplicationMaintenanceItem {
    title: string;
    type: AppBarItemType;
}

Hierarchy (view full)

Properties

Properties

title: string

タイトル

AppBarItemタイプ