DisplayFlag
Defined in: flags/DisplayFlag.ts:9
Not Exported
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.)
Enumeration Members
Section titled “Enumeration Members”INVISIBLE
Section titled “INVISIBLE”INVISIBLE:
number
Defined in: flags/DisplayFlag.ts:11
1 << -1 (0)
VISIBLE
Section titled “VISIBLE”VISIBLE:
number
Defined in: flags/DisplayFlag.ts:14
1 << 0 (1)
SHADOW
Section titled “SHADOW”SHADOW:
number
Defined in: flags/DisplayFlag.ts:17
1 << 1 (2)
SHOW_ICON
Section titled “SHOW_ICON”SHOW_ICON:
number
Defined in: flags/DisplayFlag.ts:20
1 << 2 (4)
