Rezi
    Preparing search index...

    Type Alias LayerInput

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

    Input type for registering a layer (onClose is optional).