interface ExtensionChangeDestinationAction {
    action: "changeDestination";
    destination: ExtensionDestination;
}

Properties

Properties

action: "changeDestination"

New value to set. Must not be empty.

Generated using TypeDoc