Types
import type { PopupPositionResult, PopupPositionValue, Alignment, PopupDockPosition, DockOptions } from "@arcgis/map-components/components/arcgis-popup/types.js";Type definitions
PopupPositionResult
Type definition
- Type
- "bottom-center" | "bottom-end" | "bottom-left" | "bottom-right" | "bottom-start" | "top-center" | "top-end" | "top-left" | "top-right" | "top-start"
Alignment
Type definition
- Type
- PopupPositionValue | (() => PopupPositionValue)
PopupDockPosition
Type definition
- Type
- PopupPositionValue | (() => PopupPositionValue)
DockOptions
Type definition
position
Property
- Type
- PopupDockPosition | undefined
breakpoint
Property
- Type
- DockOptionsBreakpoint | boolean | undefined
FetchFeaturesOptions
Type definition
event
Property
- Type
- ClickEvent | undefined
signal
Property
- Type
- AbortSignal | undefined