Rezi
    Preparing search index...

    Type Alias Layer

    Layer: Readonly<
        {
            backdrop: BackdropStyle;
            closeOnEscape: boolean;
            id: string;
            modal: boolean;
            onClose: (() => void)
            | undefined;
            rect: Rect;
            zIndex: number;
        },
    >

    Layer entry in the layer registry.