Private
constructorPrivate
Creates an instance of MPDataField.
Optional
value: stringThe value of the field.
Optional
text: stringText that describes the value.
Optional
type: stringThe type of the value (text, number, etc.)
Optional
Readonly
textText that describes the value.
Optional
Readonly
typeThe type of the value (text, number, etc.)
Optional
Readonly
valueThe value of the field.
Static
create/**
Generated using TypeDoc
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