Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BookmarksProperties

Hierarchy

Index

Properties

Optional bookmarkCreationOptions

bookmarkCreationOptions: BookmarkOptions

Specifies how new bookmarks will be created if editingEnabled is set to true.

Read more...

Optional bookmarks

A collection of Bookmarks.

Read more...

Optional container

container: string | HTMLElement

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

Read more...

Optional defaultCreateOptions

defaultCreateOptions: BookmarkOptions

Specifies how new bookmarks will be created if editingEnabled is set to true.

Read more...

Optional defaultEditOptions

defaultEditOptions: BookmarkOptions

Specifies how bookmarks will be edited, if editingEnabled is set to true.

Read more...

Optional disabled

disabled: boolean

When true, the widget is visually withdrawn and cannot be interacted with.

Read more...

Optional editingEnabled

editingEnabled: boolean

Indicates whether the bookmarks are able to be edited.

Read more...

Optional goToOverride

goToOverride: GoToOverride

This function provides the ability to override either the IMapView goTo() or SceneView goTo() methods.

Read more...

Optional headingLevel

headingLevel: number

Indicates the heading level to use for the message "No bookmarks" when no bookmarks are available in this widget.

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 view

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...

Optional visibleElements

visibleElements: BookmarksVisibleElements

The visible elements that are displayed within the widget.

Read more...

Generated using TypeDoc