Menu

abstract class Menu : PluginElement

Menu plugin also references as Gallery in some reference documents. These elements are highly variable and there's no guarantee that all of the elements will be present at any given time. Though at least one element should be present at any given time.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Buttons associated with this menu. Drain at most once, if possible. Content will not change from once call of this method to another.

Link copied to clipboard

Files associated with this menu. Drain at most once, if possible. Content will not change from once call of this method to another.

Link copied to clipboard

Subtitle (as a title of a second category) associated with this menu. Drain at most once, if possible. Content will not change from once call of this method to another.

Link copied to clipboard

Texts associated with this menu. Drain at most once, if possible. Content will not change from once call of this method to another.

Link copied to clipboard

Titles associated with this menu. Drain at most once, if possible. Content will not change from once call of this method to another.