extension of IDorfDefinitionBase with parameters to be propagated
CSS classes which should be assigned to this field.
Message which should be displayed when validation returns errors.
Getter with proxy. Converts metadata to FormControl
.
Helper. Indicates that metadata is for a required field.
An unique identifier, property name. Used as id in HTML element.
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.
Represents element index in the form.
When metadata is nested within the group, group is passing its CSS.
Tag is de facto a selector for the component. It allows to identify a particular component in HTML form.
Value of the field.
Function for extracting FormControl
(value and validators) from FieldMetadata
.
Gets CSS classes, with accordance to the priorities. The closer the definition, the sooner applied.
classes to be got, e.g. 'label'
for label ones
Generated using TypeDoc
Represents a metadata for the radio field.