Interface

ViewportOffsetConfig (core/editor)

@ckeditor/ckeditor5-core/src/editor/editorconfig

interface

The offset (in pixels) of the viewport from every direction used when positioning a sticky toolbar or other absolutely positioned UI elements.

Filtering

Properties

  • bottom : number | undefined

    The bottom offset in pixels.

  • left : number | undefined

    The left offset in pixels.

  • right : number | undefined

    The right offset in pixels.

  • top : number | undefined

    The top offset in pixels.