This update action produces the StoreNameSet Message.

interface StoreSetNameAction {
    action: "setName";
    name?: LocalizedString;
}

Properties

Properties

action: "setName"

Value to set.

Generated using TypeDoc