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

    Type Alias GetAuditLogParameter

    操作ログ取得パラメータ

    type GetAuditLogParameter = {
        elementRuntimeId: string;
        entityKey: EntityKey;
        executeMode: ExecuteMode;
        offset: number;
        viewKey: EntityViewKey;
    }
    Index

    Properties

    elementRuntimeId: string

    エレメントランタイムID

    entityKey: EntityKey

    EntityデータのKey情報

    executeMode: ExecuteMode

    実行モード

    offset: number

    オフセット

    viewKey: EntityViewKey

    EntityViewのKey情報