General type, used in DORF CSS interfaces. Classes should be passed as string values with spaces, but some definitions, like e.g. buttons, are nested within other definitions.
Unique id for checkbox.
Token which allows injecting an interface to the factory.
Unique id for input.
Identifier for a nested object.
Unique id for radio.
Unique id for select.
Factory method for creating DORF config.
interface injected thanks to InjectionToken
Helper for wrapping a property decorator. Should be used also for creating custom fields.
Method which returns a copy of all the possible fields.
Reading helper.
tag which is to be read
array where to read from
Runs against IDorfFieldMetadata and returns a grouped version. Metadata in form is always grouped, depending on [the value form config]{@link DorfConfigService#columnsNumber}. By default there are no columns, so each metadata is in a single-element array.
It is used internally by decorators and DorfFieldMetadata.
array with multiple metadata, to be grouped
number of columns
optional parameter, used when recurrence occurs
Determines if the argument is an Observable.
Determines if the argument is shaped like a Promise.
Helper for adding/updating a field within an existing array.
field to be added/updated
array which would be modified
Generated using TypeDoc
Represents all the possible input types.