WidgetPosition enum
https://developers.arcgis.com/javascript/latest/api-reference/esri-views-ui-DefaultUI.html#move Possible values: bottom-leading"|"bottom-left"|"bottom-right"|"bottom-trailing"|"top-leading"|"top-left"|"top-right"|"top-trailing"|"manual"
Values
- bottomLeading → const WidgetPosition
-
const WidgetPosition('bottom-leading')
- bottomLeft → const WidgetPosition
-
const WidgetPosition('bottom-left')
- bottomRight → const WidgetPosition
-
const WidgetPosition('bottom-right')
- bottomTrailing → const WidgetPosition
-
const WidgetPosition('bottom-trailing')
- topLeading → const WidgetPosition
-
const WidgetPosition('top-leading')
- topLeft → const WidgetPosition
-
const WidgetPosition('top-left')
- topRight → const WidgetPosition
-
const WidgetPosition('top-right')
- topTrailing → const WidgetPosition
-
const WidgetPosition('top-trailing')
- manual → const WidgetPosition
-
const WidgetPosition('manual')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
WidgetPosition> - A constant List of the values in this enum, in order of their declaration.