Typedef

Position (utils/dom)

@ckeditor/ckeditor5-utils/src/dom/position

typedef
Object

An object describing a position in position: absolute coordinate system, along with position name.

Filtering

Properties

  • left : Number

    Left position offset.

  • name : String

    Name of the position.

  • top : Number

    Top position offset.