Interface

ViewConfiguration (ui/panel/balloon)

@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon

interface

The configuration of the view.

Filtering

Properties

  • balloonClassName : string | undefined

    An additional CSS class added to the balloon when visible.

  • position : Partial<Options> | undefined

    Positioning options.

  • singleViewMode : boolean | undefined

    Whether the view should be the only visible view even if other stacks were added.

    Defaults to false

  • stackId : string | undefined

    The ID of the stack that the view is added to.

    Defaults to 'main'

  • view : View<HTMLElement>

    The content of the balloon.

  • withArrow : boolean | undefined

    Whether the balloon should be rendered with an arrow.

    Defaults to true