DisplayFlagInternal
This is represented as an object instead of an enum due to limitations with TypeScript enums. (We
want this type to be a child of the BitFlag
type.)
DisplayFlag
Enumeration Members
INVISIBLE
• INVISIBLE = number
1 << -1 (0)
Defined in
VISIBLE
• VISIBLE = number
1 << 0 (1)
Defined in
SHADOW
• SHADOW = number
1 << 1 (2)
Defined in
SHOW_ICON
• SHOW_ICON = number
1 << 2 (4)