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

    Type Alias TypeFooterTabEntry

    Serializable metadata for a footer tab entry (no JSX \u2014 content lives in the FooterBarApi registry).

    type TypeFooterTabEntry = {
        id: string;
        label?: string;
    }
    Index

    Properties

    Properties

    id: string

    The unique tab identifier.

    label?: string

    The tab label (translation key or display string).