interface StateChangeKeyAction {
    action: "changeKey";
    key: string;
}

Properties

Properties

action: "changeKey"
key: string

New value to set. Must not be empty.

Generated using TypeDoc