TOKEN_OCCLUSION_MODES: Readonly<
    { CONTROLLED: 2; HIGHLIGHTED: 8; HOVERED: 4; OWNED: 1; VISIBLE: 16 },
> = ...

The occlusion modes that define the set of tokens that trigger occlusion.