You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »



The Nested Field is for displaying nested data that may be displayed into an Accordion.

NestedField

ParameterTypeDefaultRequiredDescription

body

list[DynamicField]

-

True

List of ordered and formatted fields on the nested body

collapsed_

bool

True

False

Boolean value to represent if the Dynamic Field is collapsed as default state.

nested_elements_

bool

True

False

Boolean value to represent if the Nested Fields are surrounded by an Accordion.

label_field

str

''

False

Field within the body that will be used as a Label for the Nested Fields.


_NestedFieldUI

ParameterTypeDefaultRequiredDescription
typeDynamicFieldTypeNESTEDTrueType of the dynamic field.
collapsedboolTrueFalse

Boolean value to represent if the Dynamic Field is collapsed as default state.

nested_elementsboolTrueFalse

Boolean value to represent if the Nested Fields are surrounded by an Accordion.

  • No labels