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

    Type Alias NavigationAdditionalResponse

    Navigation定義取得時の追加レスポンス

    type NavigationAdditionalResponse = {
        isAdmin: boolean;
        selectableLocaleList?: SelectableLocaleList;
        selectableNavigationList?: SelectableNavigationList;
        selectedNavigation?: string;
    }
    Index

    Properties

    isAdmin: boolean

    管理者であるか

    selectableLocaleList?: SelectableLocaleList

    選択可能なLocaleリスト

    selectableNavigationList?: SelectableNavigationList

    選択可能なNavigation定義リスト

    selectedNavigation?: string

    選択中のNavigation定義名