module:model/SmartSectionDisplaySettings

module:model/SmartSectionDisplaySettings

new module:model/SmartSectionDisplaySettings()

Source:

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

Source:
Type:
  • String

(inner) collapsibleSettings :module:model/SmartSectionCollapsibleDisplaySettings

Source:

This object defines the appearance and function of a collapsible section or item.

Type:

(inner) display :String

Source:
Type:
  • String

(inner) displayLabel :String

Source:
Type:
  • String

(inner) displayOrder :Number

Source:
Type:
  • Number

(inner) displayPageNumber :Number

Source:
Type:
  • Number

(inner) hideLabelWhenOpened :Boolean

Source:
Type:
  • Boolean

(inner) inlineOuterStyle :String

Source:
Type:
  • String

(inner) labelWhenOpened :String

Source:
Type:
  • String

(inner) preLabel :String

Source:
Type:
  • String

(inner) scrollToTopWhenOpened :Boolean

Source:
Type:
  • Boolean

(inner) tableStyle :String

Source:
Type:
  • String

Methods

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

Source:

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.

Type
module:model/SmartSectionDisplaySettings