Menu

StdWin. Menu

The description of a Menu test object.
Parameters:
NameTypeAttributesDescription
propsObject <optional>
Initializes a Menu test object using the supplied property bag.
Returns:
the description object that was initialized.
Type
Menu

Methods

type(typeopt) → {StdWin.MenuType|Description}

The menu type. The possible value is in the enum StdWin.MenuType
Parameters:
NameTypeAttributesDescription
typeStdWin.MenuType <optional>
When provided, this method acts as a setter and sets the type value.
Returns:
If no parameter is provided, the method acts as a getter and returns the current stored type value; otherwise it returns 'this' for use with the builder pattern.
Type
StdWin.MenuType | Description