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

    Interface BulkViewDefinitionState

    EntityView情報

    interface BulkViewDefinitionState {
        definition?: BulkViewDefinition;
        isLoaded: boolean;
        selectAll: boolean;
        updateHistories: BulkUpdateHistory[];
        viewKey: EntityViewKey;
    }
    Index

    Properties

    definition?: BulkViewDefinition

    BulkView

    isLoaded: boolean

    Viewロード状態

    selectAll: boolean

    SearchResult全選択

    updateHistories: BulkUpdateHistory[]

    一括更新履歴

    viewKey: EntityViewKey

    EntityViewのKey情報