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
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
final
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.