a resolved copy of the editron:ui settings
Ensures each schema contains a valid schema[UI_PROPERTY] object
extended clone of json-schema
Returns the first defined option set in schema. Supports relative and absolute pointers in data
a list of option properties. The first non-empty option will be returned
the first non-empty option
move the focus from current element to next visible input-element inputs being (textarea, input and select with an id-attribute containing a json-pointer-id)
true - if there was a new target was found or the move prevented
returns the current active (editron) input element or false
returns a list of available editron input-elements (including textaras, select)
returns true if one may trigger blur on the element via cursor movement
Request to insert an array child item at the given pointer. If multiple options are present, a dialogue is opened to let the user select the appropriate type of child (oneof).
to array on which to insert the child
index within array, where the child should be inserted (does not replace). Default: 0
Selects an editor based on the given schema
current pointer in data
the complete and resolved (UISchema) options object (editron:ui + additions)
The constructor of the chosen editor od false if no editor could be resolved or is denied
Generated using TypeDoc
Returns the resolved copy of an options object. This method is used by the editron to help setup the main options object of an editor instance. It is simplified, in that it currently does not resolve any reference on the current data