Cloud API Overview > @adpt/cloud > action > Command > shouldAct
action.Command.shouldAct() method
Signature:
shouldAct(op: ChangeType, ctx: ActionContext): Promise<ShouldActDetail>;
Parameters
Parameter | Type | Description |
---|---|---|
op | ChangeType | |
ctx | ActionContext |
Returns:
Promise<ShouldActDetail>