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

    Type Alias GetMassReferenceDataParameter

    大量データ参照セクションデータ取得パラメータ

    type GetMassReferenceDataParameter = {
        elementRuntimeId: string;
        entityKey: EntityKey;
        executeMode: ExecuteMode;
        offset: number;
        sortKey?: string;
        sortType?: "ASC" | "DESC";
        viewKey: EntityViewKey;
    }
    Index

    Properties

    elementRuntimeId: string

    エレメントランタイムID

    entityKey: EntityKey

    EntityデータのKey情報

    executeMode: ExecuteMode

    実行モード

    offset: number

    オフセット

    sortKey?: string

    ソート項目

    sortType?: "ASC" | "DESC"

    ソート条件

    viewKey: EntityViewKey

    EntityViewのKey情報