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

    Interface EntityListingConditionState

    EntityListing検索条件State

    interface EntityListingConditionState {
        distinct: boolean;
        filterExpression: string;
        filterItems: FilterItem[];
        limit: number;
        offset: number;
        resultFilterExpression: string;
        resultFilterItems: ResultFilterItem[];
        selectItems: SelectItem[];
        sortKey: string;
        sortType: "ASC" | "DESC";
    }
    Index

    Properties

    distinct: boolean

    DISTINCT

    filterExpression: string

    フィルタ式

    filterItems: FilterItem[]

    Filter項目一覧

    limit: number

    取得件数上限

    offset: number

    現在の取得開始位置

    resultFilterExpression: string

    結果フィルタ式

    resultFilterItems: ResultFilterItem[]

    ResultFilter項目一覧

    selectItems: SelectItem[]

    Select項目一覧

    sortKey: string

    ソートキー

    sortType: "ASC" | "DESC"

    ソート順序