geoview-core - v2.2.0
    Preparing search index...

    Variable LIGHTBOX_SELECTORSConst

    LIGHTBOX_SELECTORS: {
        CONTAINER: ".yarl__container";
        ROOT: ".yarl__root";
        TOOLBAR: ".yarl__toolbar";
    } = ...

    Lightbox DOM selectors for yet-another-react-lightbox components. ROOT: Use for state detection (checking if lightbox is open) CONTAINER: Use for dimension calculations only

    Type Declaration

    • ReadonlyCONTAINER: ".yarl__container"
    • ReadonlyROOT: ".yarl__root"
    • ReadonlyTOOLBAR: ".yarl__toolbar"