geoview-core
    Preparing search index...

    Class AppBarApi

    Class to manage buttons on the app-bar

    Index

    Constructors

    Properties

    buttons: Record<string, TypeButtonPanel> = {}
    mapId: string

    Methods

    • Selects a tab by id

      Parameters

      • tabId: string

        The id of the tab to be selected

      • open: boolean = true

        Open (true) or closed (false) panel: default = true

      • isFocusTrapped: boolean = true

      Returns void