Skip to content

Vizel API / core/src / VIZEL_PORTAL_Z_INDEX

Variable: VIZEL_PORTAL_Z_INDEX

ts
const VIZEL_PORTAL_Z_INDEX: object;

Defined in: packages/core/src/controllers/portal.ts:12

Portal layer z-index values

Type Declaration

ts
readonly dropdown: 50 = 50;

Base layer for dropdowns and menus

ts
readonly modal: 100 = 100;

Layer for modals and dialogs

tooltip

ts
readonly tooltip: 150 = 150;

Layer for tooltips (highest priority)

Released under the MIT License.