interface ChannelChangeNameAction {
    action: "changeName";
    name: LocalizedString;
}

Hierarchy (View Summary)

Properties

Properties

action: "changeName"

New value to set. Must not be empty.