Class FormComponentsMetadata
Metadata describing Form builder components for the client.
public sealed class FormComponentsMetadata
- Inheritance
-
objectFormComponentsMetadata
- Extension Methods
Constructors
FormComponentsMetadata()
Initializes a new instance of the FormComponentsMetadata class.
public FormComponentsMetadata()
Properties
FormComponents
List of form components metadata.
[JsonProperty("formComponents", TypeNameHandling = TypeNameHandling.None)]
public IList<FormComponentMetadata> FormComponents { get; }
Property Value
- IList<FormComponentMetadata>
Sections
Returns sections metadata used in form builder.
[JsonProperty("sections", TypeNameHandling = TypeNameHandling.None)]
public IList<SectionMetadata> Sections { get; }
Property Value
- IList<SectionMetadata>