module:model/DisplayAppliancePage

module:model/DisplayAppliancePage

new module:model/DisplayAppliancePage()

Source:

Constructs a new DisplayAppliancePage.

Members

(inner) documentId :String

Source:

Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute.

Type:
  • String

(inner) documentName :String

Source:
Type:
  • String

(inner) externalDocumentId :String

Source:
Type:
  • String

(inner) height :Number

Source:

Height of the tab in pixels.

Type:
  • Number

(inner) isFirstPage :Boolean

Source:
Type:
  • Boolean

(inner) pageId :String

Source:
Type:
  • String

(inner) pageNo :Number

Source:
Type:
  • Number

(inner) pageStatus :String

Source:
Type:
  • String

(inner) pageType :String

Source:
Type:
  • String

(inner) width :Number

Source:

Width of the tab in pixels.

Type:
  • Number

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated DisplayAppliancePage instance.

Type
module:model/DisplayAppliancePage