activeBatch
this property controls which batch of inputs is currently active in the editor. The default value is...
autoApply
this property controls whether the data object is updated immediately after any changes. The default...
autoSave
this property controls the automatic saving of data in the editor. The default value is true.
bottomBar
this property controls the layout and functionality of the bottom toolbar in the editor. The default...
css
this property allows user to define a CSS class for the editor's box. The default value is an empty ...
focus
this property controls whether the editor widget should automatically gain focus when it is rendered...
items
this property defines the components to be rendered in the editor. The default value is an empty arr...
column
this property controls the placement of editor components in a two-column layout. The default value ...
placement
this property controls where the editor widget will be displayed. The default value is 'inline'.
readonly
this property controls whether the editor is in read-only mode. The default property value is false.
topBar
this property controls the configuration of the top toolbar in the editor. The default value is an e...
values
this property holds the initial values for the editor fields. The default value is an empty object {...