module:model/EnvelopeViewSettings

module:model/EnvelopeViewSettings

new module:model/EnvelopeViewSettings()

Source:

Constructs a new EnvelopeViewSettings.

Members

(inner) backButtonAction :String

Source:
Type:
  • String

(inner) documentSettings :module:model/EnvelopeViewDocumentSettings

Source:
Type:

(inner) envelopeCustomFieldSettings :module:model/EnvelopeViewEnvelopeCustomFieldSettings

Source:
Type:

(inner) lockToken :String

Source:
Type:
  • String

(inner) recipientSettings :module:model/EnvelopeViewRecipientSettings

Source:
Type:

(inner) sendButtonAction :String

Source:
Type:
  • String

(inner) showAdvancedOptions :String

Source:
Type:
  • String

(inner) showBackButton :String

Source:
Type:
  • String

(inner) showDiscardAction :String

Source:
Type:
  • String

(inner) showHeaderActions :String

Source:
Type:
  • String

(inner) startingScreen :String

Source:
Type:
  • String

(inner) taggerSettings :module:model/EnvelopeViewTaggerSettings

Source:
Type:

(inner) templateSettings :module:model/EnvelopeViewTemplateSettings

Source:
Type:

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated EnvelopeViewSettings instance.

Type
module:model/EnvelopeViewSettings