Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDorfFieldMetadata<T>

Defines things existing in metadata, which don't exist directly in the definition. Internal stuff, used especially in DorfMapper.

stable

Type parameters

  • T

Hierarchy

  • IDorfFieldMetadata

Implemented by

Index

Properties

Optional isRequired

isRequired: undefined | true | false

Helper. Indicates that metadata is for a required field.

key

key: string

An unique identifier, property name. Used as id in HTML element.

Optional parentCss

When metadata is nested within the group, group is passing its CSS.

Optional setDomainObjValue

setDomainObjValue: undefined | function

Method to be defined by mapper, which helps setting a value in Domain Object. It is activated when updateModelOnChange is true in definition.

Optional value

value: T

Value of the field.

Generated using TypeDoc