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

Properties

Properties

action: "setText"
text?: string

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

Generated using TypeDoc