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

    Type Alias GetReferenceAuditLogParameter

    参照先Entityの操作ログ取得パラメータ

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

    Properties

    elementRuntimeId: string

    エレメントランタイムID(ログ参照時のルートエンティティの情報)

    entityKey: EntityKey

    EntityデータのKey情報(ログ参照時のルートエンティティの情報)

    executeMode: ExecuteMode

    実行モード(ログ参照時のルートエンティティの情報)

    logReferencePath: string

    ログ参照先パス

    offset: number

    オフセット

    referenceEntityKey: EntityKey

    参照先EntityデータのKey情報

    viewKey: EntityViewKey

    EntityViewのKey情報(ログ参照時のルートエンティティの情報)