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

    Type Alias GetVersionListParameter

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

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

    Properties

    elementRuntimeId: string

    エレメントランタイムID

    entityKey: EntityKey

    EntityデータのKey情報

    executeMode: ExecuteMode

    実行モード

    viewKey: EntityViewKey

    EntityViewのKey情報