Variable maxZIndexConst

maxZIndex: number = Number.MAX_SAFE_INTEGER

The largest integer zindex which can be safely assigned to a layer (equal to Number.MAX_SAFE_INTEGER) You should use this to ensure layers are always rendered on top.

Generated using TypeDoc