new module:model/WebForm()
- Source:
Constructs a new WebForm.
An object that fully describes an instance of a form
Extends:
Extends
Members
(inner) formContent :module:model/WebFormContent
- Source:
Type:
(inner) versionId :Number
- Source:
Type:
- Number
Methods
(static) constructFromObject(data, obj) → {module:model/WebForm}
- Source:
Constructs a WebForm 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/WebForm | Optional instance to populate. |
Returns:
The populated WebForm instance.
- Type
- module:model/WebForm