new module:model/TabAccountSettings()
- Source:
Constructs a new TabAccountSettings
.
Members
(inner) allowTabOrder :String
- Source:
Type:
- String
(inner) allowTabOrderMetadata :module:model/SettingsMetadata
- Source:
Metadata that indicates whether the allowTabOrder
property is editable.
Type:
(inner) approveDeclineTabsEnabled :String
- Source:
Type:
- String
(inner) approveDeclineTabsMetadata :module:model/SettingsMetadata
- Source:
Metadata that indicates whether the approveDeclineTabs
property is editable.
Type:
(inner) calculatedFieldsEnabled :String
- Source:
Type:
- String
(inner) calculatedFieldsMetadata :module:model/SettingsMetadata
- Source:
Metadata that indicates whether the calculatedFields
property is editable.
Type:
(inner) checkboxTabsEnabled :String
- Source:
Type:
- String
(inner) checkBoxTabsMetadata :module:model/SettingsMetadata
- Source:
Metadata that indicates whether the checkBoxTabs
property is editable.
Type:
(inner) dataFieldRegexEnabled :String
- Source:
Type:
- String
(inner) dataFieldRegexMetadata :module:model/SettingsMetadata
- Source:
Metadata that indicates whether the dataFieldRegex
property is editable.
Type:
(inner) dataFieldSizeEnabled :String
- Source:
Type:
- String
(inner) dataFieldSizeMetadata :module:model/SettingsMetadata
- Source:
Metadata that indicates whether the dataFieldSize
property is editable.
Type:
(inner) drawTabsEnabled :String
- Source:
Type:
- String
(inner) drawTabsMetadata :module:model/SettingsMetadata
- Source:
Type:
(inner) enableTabAgreementDetails :String
- Source:
Type:
- String
(inner) enableTabAgreementDetailsMetadata :module:model/SettingsMetadata
- Source:
Type:
(inner) firstLastEmailTabsEnabled :String
- Source:
Type:
- String
(inner) firstLastEmailTabsMetadata :module:model/SettingsMetadata
- Source:
Reserved for DocuSign.
Type:
(inner) listTabsEnabled :String
- Source:
Type:
- String
(inner) listTabsMetadata :module:model/SettingsMetadata
- Source:
Metadata that indicates whether the listTabs
property is editable.
Type:
(inner) noteTabsEnabled :String
- Source:
Type:
- String
(inner) noteTabsMetadata :module:model/SettingsMetadata
- Source:
Metadata that indicates whether the noteTabs
property is editable.
Type:
(inner) numericalTabsEnabled :String
- Source:
Type:
- String
(inner) numericalTabsMetadata :module:model/SettingsMetadata
- Source:
Type:
(inner) prefillTabsEnabled :String
- Source:
Type:
- String
(inner) prefillTabsMetadata :module:model/SettingsMetadata
- Source:
Type:
(inner) radioTabsEnabled :String
- Source:
Type:
- String
(inner) radioTabsMetadata :module:model/SettingsMetadata
- Source:
Metadata that indicates whether the radioTabs
property is editable.
Type:
(inner) savingCustomTabsEnabled :String
- Source:
Type:
- String
(inner) savingCustomTabsMetadata :module:model/SettingsMetadata
- Source:
Metadata that indicates whether the savingCustomTabs
property is editable.
Type:
(inner) senderToChangeTabAssignmentsEnabled :String
- Source:
Type:
- String
(inner) senderToChangeTabAssignmentsMetadata :module:model/SettingsMetadata
- Source:
Reserved for DocuSign.
Type:
(inner) sharedCustomTabsEnabled :String
- Source:
Type:
- String
(inner) sharedCustomTabsMetadata :module:model/SettingsMetadata
- Source:
Metadata that indicates whether the sharedCustomTabs
property is editable.
Type:
(inner) tabDataLabelEnabled :String
- Source:
Type:
- String
(inner) tabDataLabelMetadata :module:model/SettingsMetadata
- Source:
Metadata that indicates whether the tabDataLabel
property is editable.
Type:
(inner) tabLocationEnabled :String
- Source:
Type:
- String
(inner) tabLocationMetadata :module:model/SettingsMetadata
- Source:
Reserved for DocuSign.
Type:
(inner) tabLockingEnabled :String
- Source:
Type:
- String
(inner) tabLockingMetadata :module:model/SettingsMetadata
- Source:
Metadata that indicates whether the tabLocking
property is editable.
Type:
(inner) tabScaleEnabled :String
- Source:
Type:
- String
(inner) tabScaleMetadata :module:model/SettingsMetadata
- Source:
Reserved for DocuSign.
Type:
(inner) tabTextFormattingEnabled :String
- Source:
Type:
- String
(inner) tabTextFormattingMetadata :module:model/SettingsMetadata
- Source:
Metadata that indicates whether the tabTextFormatting
property is editable.
Type:
(inner) textTabsEnabled :String
- Source:
Type:
- String
(inner) textTabsMetadata :module:model/SettingsMetadata
- Source:
Metadata that indicates whether the textTabs
property is editable.
Type:
Methods
(static) constructFromObject(data, obj) → {module:model/TabAccountSettings}
- Source:
Constructs a TabAccountSettings
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/TabAccountSettings | Optional instance to populate. |
Returns:
The populated TabAccountSettings
instance.