Class GenericFieldHandler

GenericFieldHandler is a field handler which does no validation on the field data. It simply stores the data as a string.

Hierarchy

Implements

  • IFieldHandler

Constructors

Properties

config: XRFieldTypeAnnotatedParamJson
data: string
fieldType: string

Methods

  • initData will set the data of the field handler to the passed-in parameter, or, if it is undefined, consult the initialContent key of the configuration object. If this key is defined, then the data of the field handler will be set to that value.

    Parameters

    • serializedFieldData: undefined | string

    Returns void

Generated using TypeDoc