LogoRobo.js
Framework

OperationParams<Op>

Interface: OperationParams<Op>

Parameters passed to middleware functions.

Type Parameters

Type Parameter
Op extends OperationType

Properties

PropertyTypeDescription
argsOperationArgs<Op>Operation arguments (mutable - can be modified by middleware).
contextPluginContextPlugin context for accessing state and methods.
modelFlashcoreModel<{ id: string; }>The model being operated on.
operationOpThe operation type.

On this page