A data field contains a single field value with descriptive text and a type that defines the type of the value (eg. text or number).

Export

Hierarchy

  • MPDataField

Constructors

Properties

Methods

Constructors

  • Private

    Creates an instance of MPDataField.

    Parameters

    • Optional value: string

      The value of the field.

    • Optional text: string

      Text that describes the value.

    • Optional type: string

      The type of the value (text, number, etc.)

    Returns MPDataField

Properties

text?: string

Text that describes the value.

type?: string

The type of the value (text, number, etc.)

value?: string

The value of the field.

Methods

Generated using TypeDoc