interface ReviewSetTitleAction {
    action: "setTitle";
    title?: string;
}

Properties

Properties

action: "setTitle"
title?: string

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

Generated using TypeDoc