Group interface
Represent a group in the form that holds controls in it.
Properties
contribution | Contribution for the group. |
controls | Controls to be put in the group. |
height | The height for the contribution. |
id | The id for the layout node. |
inherited | A value indicating whether this layout node has been inherited from a parent layout. This is expected to only be only set by the combiner. |
is |
A value indicating if the layout node is contribution are not. |
label | Label for the group. |
order | Order in which the group should appear in the section. |
overridden | A value indicating whether this layout node has been overridden by a child layout. |
visible | A value indicating if the group should be hidden or not. |
Property Details
contribution
controls
height
The height for the contribution.
height: number
Property Value
number
id
The id for the layout node.
id: string
Property Value
string
inherited
A value indicating whether this layout node has been inherited from a parent layout. This is expected to only be only set by the combiner.
inherited: boolean
Property Value
boolean
isContribution
A value indicating if the layout node is contribution are not.
isContribution: boolean
Property Value
boolean
label
Label for the group.
label: string
Property Value
string
order
Order in which the group should appear in the section.
order: number
Property Value
number
overridden
A value indicating whether this layout node has been overridden by a child layout.
overridden: boolean
Property Value
boolean
visible
A value indicating if the group should be hidden or not.
visible: boolean
Property Value
boolean