interface TypeSetDescriptionAction {
    action: "setDescription";
    description?: LocalizedString;
}

Properties

Properties

action: "setDescription"
description?: LocalizedString

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

Generated using TypeDoc