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

    Interface EntityListingResultState

    EntityListing検索結果State

    interface EntityListingResultState {
        conditionChanged: boolean;
        errorMessage: string;
        loading: boolean;
        searchResult?: EntityListingSearchResult;
    }
    Index

    Properties

    conditionChanged: boolean

    検索条件変更済みフラグ

    errorMessage: string

    エラーメッセージ

    loading: boolean

    ロード中

    検索結果