A field with a string value.

interface StringField {
    type: "String";
    value: string;
}

Hierarchy (View Summary)

Properties

Properties

type: "String"

The type of this field.

value: string