new module:model/SmartSectionDisplaySettings()
Constructs a new SmartSectionDisplaySettings
.
These properties define how a Smart Section displays. A Smart Section is a type of display section.
Members
(inner) cellStyle :String
Type:
- String
(inner) collapsibleSettings :module:model/SmartSectionCollapsibleDisplaySettings
This object defines the appearance and function of a collapsible section or item.
Type:
(inner) display :String
Type:
- String
(inner) displayLabel :String
Type:
- String
(inner) displayOrder :Number
Type:
- Number
(inner) displayPageNumber :Number
Type:
- Number
(inner) hideLabelWhenOpened :Boolean
Type:
- Boolean
(inner) inlineOuterStyle :String
Type:
- String
(inner) labelWhenOpened :String
Type:
- String
(inner) preLabel :String
Type:
- String
(inner) scrollToTopWhenOpened :Boolean
Type:
- Boolean
(inner) tableStyle :String
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/SmartSectionDisplaySettings}
Constructs a SmartSectionDisplaySettings
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/SmartSectionDisplaySettings | Optional instance to populate. |
Returns:
The populated SmartSectionDisplaySettings
instance.