Skip to main content

Event_ContentControl

The content control object.

Type

Object

Properties

NameTypeDescription
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.
LockEvent_ContentControlLockA value that defines if it is possible to delete and/or edit the content control or not.
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"
};