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