Skip to main content

DisplayFlag

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.)

Not Exported

Enumeration Members

INVISIBLE

INVISIBLE = number

1 << -1 (0)

Defined in

flags/DisplayFlag.ts:11


VISIBLE

VISIBLE = number

1 << 0 (1)

Defined in

flags/DisplayFlag.ts:14


SHADOW

SHADOW = number

1 << 1 (2)

Defined in

flags/DisplayFlag.ts:17


SHOW_ICON

SHOW_ICON = number

1 << 2 (4)

Defined in

flags/DisplayFlag.ts:20