module:model/WebFormPublishedNames

module:model/WebFormPublishedNames

new module:model/WebFormPublishedNames()

Source:

Constructs a new WebFormPublishedNames.
A collection of the published component name and its corresponding type

Extends:
  • Object

Extends

  • Object

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated WebFormPublishedNames instance.

Type
module:model/WebFormPublishedNames