Skip to content
On this page

Binding Object

Can attach to given object or any field of given dataset object and display the value.

Unique Configs

ts
configs: {
    persianNumbers: boolean, // whether to use persian digits for value | default: false
    field: "", // Selected field in binding object prop | default: ""
    value: null, // Selected value in binding object prop | default: null
  }

BindingObject

For further details check Binding Object Prop.

Settings

  • Persian Digits Toggle.
  • Data Selection Dropdown

Released under the MIT License.