Skip to content
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"

PopupPositionValue

Type definition

Alignment

Type definition

PopupDockPosition

Type definition

DockOptions

Type definition

buttonEnabled

Property
Type
boolean | undefined

position

Property
Type
PopupDockPosition | undefined

breakpoint

Property
Type
DockOptionsBreakpoint | boolean | undefined

FetchFeaturesOptions

Type definition

event

Property
Type
ClickEvent | undefined

signal

Property
Type
AbortSignal | undefined

PopupPositionVariable

Type definition
Type
"auto" | "bottom-end" | "bottom-start" | "top-end" | "top-start"

DockOptionsBreakpoint

Type definition

width

Property
Type
number | undefined

height

Property
Type
number | undefined