Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExecuteOnceInBulkCommand

This interface is used to mark commands that should be executed only once in bulk operation, not multiple times for every item.

export
interface

ExecuteOnceInBulkCommand

extends

{Command}

Hierarchy

Index

Properties

Methods

Properties

executeOnceInBulk

executeOnceInBulk: boolean

Flag that indicates the command is executed once and not for every item selected.

type

{boolean}

memberof

ExecuteOnceInBulkCommand

Methods

execute

  • execute(context: ExecutionContext): Observable<any>
  • Execution method

    Parameters

    • context: ExecutionContext

      The context in which the command is executed.

    Returns Observable<any>

Generated using TypeDoc