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

    Interface MapApplicationProperties

    MapApplication component properties.

    interface MapApplicationProperties {
        basemapOptions?: BasemapOptions;
        components?: Collection<Component> | Component[];
        container?: string | HTMLElement | nullish;
        disclaimerOptions?: DisclaimerOptions;
        endComponent?: Component;
        float?: boolean;
        header?: boolean;
        headerOptions?: ApplicationHeaderOptions;
        icon?: string | nullish;
        id?: string;
        label?: string | nullish;
        loading?: default;
        position?: "end" | "start";
        shellPanel?: Widget;
        title: string;
        view: MapView;
        viewControlOptions?: ViewControlOptions;
        visible?: boolean;
    }

    Hierarchy

    • WidgetProperties
      • MapApplicationProperties
    Index

    Properties

    basemapOptions?: BasemapOptions
    components?: Collection<Component> | Component[]
    container?: string | HTMLElement | nullish

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

    Read more...

    disclaimerOptions?: DisclaimerOptions
    endComponent?: Component
    float?: boolean
    header?: boolean
    headerOptions?: ApplicationHeaderOptions
    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...

    loading?: default
    position?: "end" | "start"
    shellPanel?: Widget
    title: string
    view: MapView
    viewControlOptions?: ViewControlOptions
    visible?: boolean

    Indicates whether the widget is visible.

    Read more...