Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDorfDefinitionBase<T>

The simplest definition, base for fields and for nested objects.

stable

Type parameters

  • T

Hierarchy

Implemented by

Index

Properties

Properties

Optional css

CSS classes which should be assigned to this field.

Optional extras

extras: undefined | object

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.

Optional label

label: undefined | string

Label which should describe the field.

Optional order

order: undefined | number

Represents element index in the form.

Optional tag

tag: undefined | string

Tag is de facto a selector for the component. It allows to identify a particular component in HTML form.

Generated using TypeDoc