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