Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExpandViewModelProperties

Hierarchy

  • ExpandViewModelProperties

Index

Properties

Optional autoCollapse

autoCollapse: boolean

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

Read more...

Optional expanded

expanded: boolean

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 view

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

The view in which the Expand is used.

Read more...

Generated using TypeDoc