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

    Interface SavedListDialogState

    ダイアログ状態

    interface SavedListDialogState {
        aggregationData: AggregationSavedListLoadData | null;
        dataType: string | null;
        errorMessage: string | null;
        isEditMode: boolean;
        isOpen: boolean;
        listedId: string | null;
        loading: boolean;
        savedListData: SavedSearchLoadData | null;
        searchLoading: boolean;
        searchResult: EntityListingSearchResult | null;
    }
    Index
    aggregationData: AggregationSavedListLoadData | null

    保存リスト詳細データ(Aggregation)

    dataType: string | null

    データ種別("EntityListingRawData" / "MdcAggregationRawData" 等)

    errorMessage: string | null

    エラーメッセージ

    isEditMode: boolean

    編集モードか

    isOpen: boolean

    ダイアログ表示中か

    listedId: string | null

    保存リストOID

    loading: boolean

    ローディング中か

    savedListData: SavedSearchLoadData | null

    保存リスト詳細データ(EntityListing)

    searchLoading: boolean

    検索結果ローディング

    searchResult: EntityListingSearchResult | null

    検索結果(EntityListing)