Core API Overview > @adpt/core > Adapt > ActionInfo
Adapt.ActionInfo interface
Describes the overall effect that an Action is performing.
Signature:
export interface ActionInfo
Remarks
type
and detail
here explain what the Action is doing overall, not how it affects any particular Element.
Properties
Property | Type | Description |
---|---|---|
changes | ActionChange[] | |
detail | string | |
type | ChangeType |