Type Alias GetVersionListParameter

GetVersionListParameter: {
    elementRuntimeId: string;
    entityKey: EntityKey;
    executeMode: ExecuteMode;
    viewKey: EntityViewKey;
}

Entityバージョン情報取得パラメータ

Type declaration

  • elementRuntimeId: string

    エレメントランタイムID

  • entityKey: EntityKey

    EntityデータのKey情報

  • executeMode: ExecuteMode

    実行モード

  • viewKey: EntityViewKey

    EntityViewのKey情報