Photo Sphere Viewer
    Preparing search index...

    Type Alias OverlayConfig

    Configuration for Overlay.show

    type OverlayConfig = {
        dismissible?: boolean;
        id?: string;
        image?: string;
        text?: string;
        title: string;
    }
    Index

    Properties

    dismissible?: boolean

    if the user can hide the overlay by clicking

    true
    
    id?: string

    unique identifier to use with Overlay.hide and Overlay.isVisible

    image?: string

    SVG image/icon displayed above the text

    text?: string

    secondary message

    title: string

    main message