ComponentEvent
Describes the configuration of an event. You can bind an event and a corresponding action
to a Component
or a ComponentChild
. A button click is an example of
an event.
Contents
- action
-
The action to perform when a specific event is raised.
Type: String
Required: No
- bindingEvent
-
Binds an event to an action on a component. When you specify a
bindingEvent
, the event is called when the action is performed.Type: String
Required: No
- parameters
-
Describes information about the action.
Type: ActionParameters object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: