Interface MenuButtonDefault

Describes that no specific value for the menu button was set.

interface MenuButtonDefault {
    type: "default";
}

Properties

Properties

type: "default"

The type of the button, must be "default".