Interface: ReviewFormFieldText
Built-in single-line text field (title, name, nickname).
Extends
Properties
error_messages?
ts
optional error_messages?: Record<string, string> | unknown[];Inherited from
ReviewFormFieldBase.error_messages
field_key
ts
field_key: string;Inherited from
field_type
ts
field_type: "text";label
ts
label: string;Inherited from
validation
ts
validation: {
max_length?: number;
required: boolean;
};max_length?
ts
optional max_length?: number;required
ts
required: boolean;