Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExpandProperties

Hierarchy

Index

Properties

Optional autoCollapse

autoCollapse: boolean

Automatically collapses the expand widget instance when the view's viewpoint updates.

Read more...

Optional closeOnEsc

closeOnEsc: boolean | Function

When true, the Expand widget will close after the Escape key is pressed when the keyboard focus is within its content.

Read more...

Optional collapseIconClass

collapseIconClass: string

Icon font used to style the Expand button.

Read more...

Optional collapseTooltip

collapseTooltip: string

Tooltip to display to indicate Expand widget can be collapsed.

Read more...

Optional container

container: string | HTMLElement

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

Read more...

Optional content

content: string | Node | WidgetProperties

The content to display within the expanded Expand widget.

Read more...

Optional expandIconClass

expandIconClass: string

Icon font used to style the Expand button.

Read more...

Optional expandTooltip

expandTooltip: string

Tooltip to display to indicate Expand widget can be expanded.

Read more...

Optional expanded

expanded: boolean

Indicates whether the widget is currently expanded or not.

Read more...

Optional group

group: string

This value associates two or more Expand widget instances with each other, allowing one instance to auto collapse when another instance in the same group is expanded.

Read more...

Optional iconNumber

iconNumber: number

A number to display at the corner of the widget to indicate the number of, for example, open issues or unread notices.

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 mode

mode: "auto" | "floating" | "drawer"

The mode in which the widget displays.

Read more...

Optional view

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

A reference to the MapView or SceneView.

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