Class: module:model/CreateRefData

module:model/CreateRefData(type, id, theData, obj)

new module:model/CreateRefData(type, id, theData, obj)

Constructs a new CreateRefData.

Parameters:
Name Type Description
type module:model/CreateRefData.TypeEnum
id String
theData Object

The plain JavaScript object bearing properties of interest.

obj module:model/CreateRefData

Optional instance to populate.

Source:

Members

(static) constructFromObject

Constructs a CreateRefData 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.

Source:

(static, readonly) TypeEnum :String

Allowed values for the type property.

Type:
  • String
Properties:
Name Type Description
folders String

value: "folders"

items String

value: "items"

versions String

value: "versions"

Source:

(inner) id :String

Type:
  • String
Source:

(inner) meta :module:model/CreateRefDataMeta

Type:
Source:

(inner) type :module:model/CreateRefData.TypeEnum

Type:
Source: