module:model/SmartSectionCollapsibleDisplaySettings

module:model/SmartSectionCollapsibleDisplaySettings

new module:model/SmartSectionCollapsibleDisplaySettings()

Source:

Constructs a new SmartSectionCollapsibleDisplaySettings.

Members

(inner) arrowClosed :String

Source:
Type:
  • String

(inner) arrowColor :String

Source:
Type:
  • String

(inner) arrowLocation :String

Source:
Type:
  • String

(inner) arrowOpen :String

Source:
Type:
  • String

(inner) arrowSize :String

Source:
Type:
  • String

(inner) arrowStyle :String

Source:
Type:
  • String

(inner) containerStyle :String

Source:
Type:
  • String

(inner) labelStyle :String

Source:
Type:
  • String

(inner) onlyArrowIsClickable :Boolean

Source:
Type:
  • Boolean

(inner) outerLabelAndArrowStyle :String

Source:
Type:
  • String

Methods

(static) constructFromObject(data, obj) → {module:model/SmartSectionCollapsibleDisplaySettings}

Source:

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.

Type
module:model/SmartSectionCollapsibleDisplaySettings