interface ReviewSetTextAction {
    action: "setText";
    text?: string;
}

Hierarchy (View Summary)

Properties

Properties

action: "setText"
text?: string

Value to set. If empty, any existing value will be removed.