Generic Action/Event interface. Defines common properties that each action/event should have
• Readonly currentTarget: FormModel | FieldModel | FieldsetModel
• Readonly isCustomEvent: boolean
Is the event custom
• metadata: any
Event metadata.
• Optional Readonly originalAction: Action
Original event. If the event is dispatched, this refers the original event
• payload: any
Event payload as defined by the event.
• Readonly target: FormModel | FieldModel | FieldsetModel
The field element on which the event is triggered.
• type: string
Name of the event.