Cloud API Overview > @adpt/cloud > action > ShouldAct
action.ShouldAct type
Return type for action.Action.shouldAct() that describes whether an action should be taken and why.
Signature:
export declare type ShouldAct = false | ShouldActDetail;
Adapt v0.2.0: now with Node.js v12 and v13 support, easier installs, and more! Read more...