Cloud API Overview > @adpt/cloud > action > ActionContext
action.ActionContext interface
Helper information for an action.Action component.
Signature:
export interface ActionContext
Properties
Property | Type | Description |
---|---|---|
buildData | BuildData | Various pieces of data about the current element and build cycle |
dataDir | string | A location to put files that need to be persisted as state |
logger | MessageLogger | Interface to use for logging messages. Prefer to using stderr or stdout |