Skip to main content

ContentControl

The content control object.

Type

Object

Properties

NameTypeDescription
AliasstringAn alias of the content control.
Appearance1 | 2The visualization type of the content control: 1 - frame (bounding box), 2 - hidden.
BorderObjectThe border color of the content control. Present only if the border color is set.
ColorObjectThe tag color of the content control. Present only if the tag color is set.
FormKeystringA unique form key. Present only if the content control is a form field.
FormValuestring | boolean | DateThe current value of the form field. Present only if the content control is a form field.
IdstringA unique content control identifier. It can be used to search for a certain content control and make reference to it in your code.
InternalIdstringA unique internal identifier of the content control. It is used for all operations with content controls.
LockContentControlLockA value that defines if it is possible to delete and/or edit the content control or not.
RadioGroupstringA group key of the radio button. Present only if the content control is a radio button form field .
ShdObjectThe shading color of the content control. Present only if the shading color is set.
TagstringA tag assigned to the content control. The same tag can be assigned to several content controls so that you can make reference to them in your code.

Example

let contentControl = {
"Tag": "Document",
"Id": 0,
"Lock": 0,
"InternalId": "1_713"
};