Interface: CosmographPopupConfig
Properties
content?
optionalcontent:string
HTML content string to be displayed in the popup.
Default
''bindTo?
optionalbindTo:string|number| [number,number]
The [x, y] position or point index or point id to bind the popup to.
Default
undefinedplacement?
optionalplacement:"top"|"bottom"
Placement of the popup relative to the bound point: ātopā or ābottomā.
Default
'top'offset?
optionaloffset: [number,number]
Additional x and y pixel offset for the popup.
Default
[0, 8]hidden?
optionalhidden:boolean
Whether to hide the popup.
Default
false