Parameter interface for MPDataField.

Export

MPDataFieldParams

interface MPDataFieldParams {
    text?: string;
    type?: string;
    value?: string;
}

Properties

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.

Generated using TypeDoc