ComponentChild
A nested UI configuration within a parent Component
.
Contents
- componentType
-
The type of the child component.
Type: String
Required: Yes
- name
-
The name of the child component.
Type: String
Required: Yes
- properties
-
Describes the properties of the child component. You can't specify
tags
as a valid property forproperties
.Type: String to ComponentProperty object map
Required: Yes
- children
-
The list of
ComponentChild
instances for this component.Type: Array of ComponentChild objects
Required: No
- events
-
Describes the events that can be raised on the child component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.
Type: String to ComponentEvent object map
Required: No
- sourceId
-
The unique ID of the child component in its original source system, such as Figma.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: