ViewConfiguration
interface
The configuration of the view.
Properties
-
balloonClassName : string | undefined
module:ui/panel/balloon/contextualballoon~ViewConfiguration#balloonClassName
An additional CSS class added to the balloon when visible.
-
position : Partial<DomOptimalPositionOptions> | undefined
module:ui/panel/balloon/contextualballoon~ViewConfiguration#position
Positioning options.
-
singleViewMode : boolean | undefined
module:ui/panel/balloon/contextualballoon~ViewConfiguration#singleViewMode
Whether the view should be the only visible view even if other stacks were added.
Defaults to
false
-
stackId : string | undefined
module:ui/panel/balloon/contextualballoon~ViewConfiguration#stackId
-
module:ui/panel/balloon/contextualballoon~ViewConfiguration#view
The content of the balloon.
-
withArrow : boolean | undefined
module:ui/panel/balloon/contextualballoon~ViewConfiguration#withArrow
Whether the balloon should be rendered with an arrow.
Defaults to
true