Type Alias NavigationAdditionalResponse

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

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

Type declaration

  • isAdmin: boolean

    管理者であるか

  • OptionalselectableLocaleList?: SelectableLocaleList

    選択可能なLocaleリスト

  • OptionalselectableNavigationList?: SelectableNavigationList

    選択可能なNavigation定義リスト

  • OptionalselectedNavigation?: string

    選択中のNavigation定義名