struct

CB::QueryMenu::Category

Inherits Struct / Value / Object

Category for a query, this is used for grouping and order queries in the query menu.

Constructors

new(name : String = "", order : Int8 = -1)
Source

Instance methods

name

The name of the category.

Source
order

The order that the category appears in the query menu.

Source