Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldWrapper

Wrapper object that provides the main functionality to work with a field.

export
interface

FieldWrapper

Hierarchy

  • FieldWrapper

Index

Properties

Methods

Properties

fieldModel

fieldModel: FieldModel

The model that contains information about the field how should be represented.

type

{FieldModel}

memberof

FieldWrapper

Methods

getValue

  • getValue(): any
  • Retrieves current field's value.

    memberof

    FieldWrapper

    Returns any

writeValue

  • writeValue(value: any): any
  • Updates the field value.

    memberof

    FieldWrapper

    Parameters

    • value: any

    Returns any

Generated using TypeDoc