new module:model/SmartSectionCollapsibleDisplaySettings()
Constructs a new SmartSectionCollapsibleDisplaySettings
.
Members
(inner) arrowClosed :String
Type:
- String
(inner) arrowColor :String
Type:
- String
(inner) arrowLocation :String
Type:
- String
(inner) arrowOpen :String
Type:
- String
(inner) arrowSize :String
Type:
- String
(inner) arrowStyle :String
Type:
- String
(inner) containerStyle :String
Type:
- String
(inner) labelStyle :String
Type:
- String
(inner) onlyArrowIsClickable :Boolean
Type:
- Boolean
(inner) outerLabelAndArrowStyle :String
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/SmartSectionCollapsibleDisplaySettings}
Constructs a SmartSectionCollapsibleDisplaySettings
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/SmartSectionCollapsibleDisplaySettings | Optional instance to populate. |
Returns:
The populated SmartSectionCollapsibleDisplaySettings
instance.