GroupDisplayProperty

A grouping container for display properties, with a hierarchical structure.

Allows organizing related properties under a named group.

Constructors

Link copied to clipboard
constructor(name: String, list: List<DisplayProperty>)
constructor(name: String)

Creates an empty group with no children.

constructor(name: String, vararg properties: DisplayProperty)

Creates a group with the specified children.

Properties

Link copied to clipboard

the child properties contained in this group

Link copied to clipboard

the name of this group