@vernonia/core - v5.1.12
    Preparing search index...

    Interface ApplicationHeaderProperties

    ApplicationHeader constructor properties.

    interface ApplicationHeaderProperties {
        container?: string | HTMLElement | nullish;
        icon?: string | nullish;
        id?: string;
        label?: string | nullish;
        oAuth?: default;
        search?: SearchViewModel;
        title: string;
        visible?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    container?: string | HTMLElement | nullish

    The ID or node representing the DOM element containing the widget.

    Read more...

    icon?: string | nullish

    Icon which represents the widget.

    Read more...

    id?: string

    The unique ID assigned to the widget when the widget is created.

    Read more...

    label?: string | nullish

    The widget's label.

    Read more...

    oAuth?: default

    OAuth instance for header user control.

    search?: SearchViewModel

    Search view model instance for header search bar. view property must be set to interact with the map view.

    title: string

    Application title.

    visible?: boolean

    Indicates whether the widget is visible.

    Read more...