Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BasemapGalleryProperties

Hierarchy

Index

Properties

Optional activeBasemap

activeBasemap: BasemapProperties

The map's basemap.

Read more...

Optional container

container: string | HTMLElement

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

Read more...

Optional disabled

disabled: boolean

When true, sets the widget to a disabled state so the user cannot interact with it.

Read more...

Optional headingLevel

headingLevel: number

Indicates the heading level to use for the message "No basemaps available" when no basemaps are available in the BasemapGallery.

Read more...

Optional iconClass

iconClass: string

The widget's default CSS icon class.

Read more...

Optional id

id: string

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

Read more...

Optional label

label: string

The widget's label.

Read more...

Optional source

The source for basemaps that the widget will display.

Read more...

Optional view

view: (MapViewProperties & { type: "2d" }) | (SceneViewProperties & { type: "3d" })

The view from which the widget will operate.

Read more...

Optional viewModel

The view model for this widget.

Read more...

Optional visible

visible: boolean

Indicates whether the widget is visible.

Read more...

Generated using TypeDoc