Interface PopupOptions<F, L>

Type Parameters

  • F extends Feature = Feature

  • L = any

Hierarchy

  • PopupOptions

Properties

autoPan?: boolean
closeButton?: boolean
createPopupContent?: CreatePopupContent<F, L>
fromProperties?: boolean
maxWidth?: number
minWidth?: number
popupContent?: string | HTMLElement
unselectOnClose?: boolean

Unselect feature on popup close

Default Value

true

Generated using TypeDoc