Interface ISerializableCommand

Hierarchy

  • ISerializableCommand

Implemented by

Properties

Methods

Properties

runOrderGroup?: number

Controls the command's execution order and batching.

Lower values run earlier. Commands with different runOrderGroup values will not be processed in the same batch.

Defaults to 0. Use a negative value to ensure execution before the default group.

Methods

Generated using TypeDoc