ViewportOffsetConfig
interface
The offset (in pixels) of the viewport from every direction used when positioning a sticky toolbar or other absolutely positioned UI elements.
Properties
bottom : number | undefinedmodule:core/editor/editorconfig~ViewportOffsetConfig#bottomThe bottom offset in pixels.
left : number | undefinedmodule:core/editor/editorconfig~ViewportOffsetConfig#leftThe left offset in pixels.
right : number | undefinedmodule:core/editor/editorconfig~ViewportOffsetConfig#rightThe right offset in pixels.
top : number | undefinedmodule:core/editor/editorconfig~ViewportOffsetConfig#topThe top offset in pixels.