AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A nested UI configuration within a parent Component.

Inheritance Hierarchy

System.Object
  Amazon.AmplifyUIBuilder.Model.ComponentChild

Namespace: Amazon.AmplifyUIBuilder.Model
Assembly: AWSSDK.AmplifyUIBuilder.dll
Version: 3.x.y.z

Syntax

C#
public class ComponentChild

The ComponentChild type exposes the following members

Constructors

NameDescription
Public Method ComponentChild()

Properties

NameTypeDescription
Public Property Children System.Collections.Generic.List<Amazon.AmplifyUIBuilder.Model.ComponentChild>

Gets and sets the property Children.

The list of ComponentChild instances for this component.

Public Property ComponentType System.String

Gets and sets the property ComponentType.

The type of the child component.

Public Property Events System.Collections.Generic.Dictionary<System.String, Amazon.AmplifyUIBuilder.Model.ComponentEvent>

Gets and sets the property 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.

Public Property Name System.String

Gets and sets the property Name.

The name of the child component.

Public Property Properties System.Collections.Generic.Dictionary<System.String, Amazon.AmplifyUIBuilder.Model.ComponentProperty>

Gets and sets the property Properties.

Describes the properties of the child component. You can't specify tags as a valid property for properties.

Public Property SourceId System.String

Gets and sets the property SourceId.

The unique ID of the child component in its original source system, such as Figma.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5