Framework
OperationParams<Op>
Interface: OperationParams<Op>
Parameters passed to middleware functions.
Type Parameters
| Type Parameter |
|---|
Op extends OperationType |
Properties
| Property | Type | Description |
|---|---|---|
args | OperationArgs<Op> | Operation arguments (mutable - can be modified by middleware). |
context | PluginContext | Plugin context for accessing state and methods. |
model | FlashcoreModel<{ id: string; }> | The model being operated on. |
operation | Op | The operation type. |
