cpr.bind.BindInfo

An object that contains bound information.

Index

Properties
Name Type Description
columnName String For data set, data map, and data column bindings, it points to the column name.
expression String In the case of expression binding, it represents an expression.
keyPath String For language bindings, it points to the language key path.
property String In case of app property binding, it refers to the app property name.
rowIndex Number For data set bindings, it points to the row index.
srcId String In the case of a data map or data set binding, the ID of the corresponding data control.
type BindType Type of binding.

Properties

columnName
type String
For data set, data map, and data column bindings, it points to the column name.
expression
type String
In the case of expression binding, it represents an expression.
keyPath
type String
For language bindings, it points to the language key path.
property
type String
In case of app property binding, it refers to the app property name.
rowIndex
type Number
For data set bindings, it points to the row index.
srcId
type String
In the case of a data map or data set binding, the ID of the corresponding data control.
type
type BindType
Type of binding. One of the following values:
expression, datamap, dataset, datacolumn, appproperty, language