Cloud API Overview > @adpt/cloud > action > Action
action.Action class
Component that can be inherited to perform actions during deploy
Signature:
export declare class Action<P extends object = {}, S extends object = {}> extends PrimitiveComponent<P, S>
Methods
Method | Modifiers | Description |
---|---|---|
action(_op, _ctx) | ||
shouldAct(_op, _ctx) | Calculates whether or not any action is needed based on state/props/observation |