ink-cartridge
    Preparing search index...

    Type Alias OpenModalLayerFn

    OpenModalLayerFn: (
        layerId: string,
        zIndex: number,
        options?: ModalLayerOptions,
    ) => void

    Opens a new modal layer with a unique ID and z-index.

    Type Declaration