Asynchronous options to be assigned to the field. Can be set later, e.g. in form component, ngOnInit method.
Asynchronous value checker.
CSS classes which should be assigned to this field.
Property known from ng-model-options
, from Angular 1.3.
Defines time (in milliseconds) which should pass before updating a field value in a source model.
This should be specified together with updateModelOnChange
set to true.
Message which should be displayed when validation returns errors.
Additional properties which can be defined on the fly. Every property from this object would be presented directly on field metadata. Accessing them should be implemented separately, e.g. in DorfMapper extension.
Label which should describe the field.
Indicates if the field is important enough to be presented e.g. on grid or on the summary screen.
Elements to choose from.
Represents element index in the form.
Tag is de facto a selector for the component. It allows to identify a particular component in HTML form.
Indicates if we want to immediately update a corresponding value in object.
Behavior is similar to NgModel
's one.
Value checker.
Generated using TypeDoc
Represents constructor parameter for DorfChooseDefinition. Definition should always contain either
optionsToSelect
orasyncOptionsToSelect
.