LWT JavaScript API
    Preparing search index...

    Configuration options for showing the result panel.

    interface ResultPanelOptions {
        autoClose?: boolean;
        className?: string;
        duration?: number;
        position?: "center" | "right" | "bottom";
        showCloseButton?: boolean;
        title?: string;
    }
    Index

    Properties

    autoClose?: boolean

    Auto-close the panel after showing

    className?: string

    CSS class to add to the panel

    duration?: number

    Duration in ms before auto-closing (default: 3000)

    position?: "center" | "right" | "bottom"

    Position: 'right', 'bottom', or 'center'

    showCloseButton?: boolean

    Show close button

    title?: string

    Title for the panel header