Core API Overview > @adpt/core > Adapt > ActionChange
Adapt.ActionChange interface
Describes the effect an Action has on a specific Element
Signature:
export interface ActionChange
Remarks
type and detail here explain how the Action affects this specific element, which may or may not be different than the action. For example, an Action that performs a modify on a CloudFormation stack may cause certain Elements to be created and deleted within that Action.
Properties
Property | Type | Description |
---|---|---|
detail | string | |
element | FinalDomElement | |
type | ChangeType |