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

    Type Alias DeleteEntityParameter

    Entity削除パラメータ

    type DeleteEntityParameter = {
        deleteSpecificVersion?: boolean;
        entityKey: EntityKey;
        viewKey: EntityViewKey;
        webApi: string;
    }
    Index

    Properties

    deleteSpecificVersion?: boolean

    特定のバージョンを削除するか

    entityKey: EntityKey

    EntityデータのKey情報

    viewKey: EntityViewKey

    EntityViewのKey情報

    webApi: string

    WebAPI名