Skip to content

WidgetGroup enum

Represents groups of widgets. Used to identify widgets

NameValueDescription
All Number.MAX_SAFE_INTEGERAll.
Model 1 << 0The group of widgets responsible for Model.
None0None widget group.
Query 1 << 1The group of widgets responsible for Query.
Result 1 << 2The group of widgets responsible for Result.