geoview-core
    Preparing search index...

    Type Alias NavBarCreatedEvent

    Define an event for the delegate

    type NavBarCreatedEvent = {
        buttonPanel: TypeButtonPanel;
        buttonPanelId: string;
        group: string;
    }
    Index

    Properties

    buttonPanel: TypeButtonPanel
    buttonPanelId: string
    group: string