Type Alias GetMassReferenceDataParameter

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

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

Type declaration

  • elementRuntimeId: string

    エレメントランタイムID

  • entityKey: EntityKey

    EntityデータのKey情報

  • executeMode: ExecuteMode

    実行モード

  • offset: number

    オフセット

  • OptionalsortKey?: string

    ソート項目

  • OptionalsortType?: "ASC" | "DESC"

    ソート条件

  • viewKey: EntityViewKey

    EntityViewのKey情報