module:model/DocumentHtmlCollapsibleDisplaySettings

module:model/DocumentHtmlCollapsibleDisplaySettings

new module:model/DocumentHtmlCollapsibleDisplaySettings()

Source:

Constructs a new DocumentHtmlCollapsibleDisplaySettings.
Display settings for collapsible section.

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/DocumentHtmlCollapsibleDisplaySettings}

Source:

Constructs a DocumentHtmlCollapsibleDisplaySettings 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/DocumentHtmlCollapsibleDisplaySettings

Optional instance to populate.

Returns:

The populated DocumentHtmlCollapsibleDisplaySettings instance.

Type
module:model/DocumentHtmlCollapsibleDisplaySettings