Skip to content

FormcellContainer

This control renders a list of Form Sections.

This control will always render as a full screen control taking over the entire space of the page.

FormcellContainer Properties

Property Type Required
LoadingIndicator LoadingIndicator Optional
Sections Section Optional
_Name string Required
_Type const Required

LoadingIndicator

Configure the loading indicator shown at the initial page loading.


Sections

List of sections defined for the form cell.

  • type: Section[]

All array items must be of the type: Section


_Name

  • type: string

_Type

  • type: const

The value of this property must be equal to:

"Control.Type.FormCellContainer"