Module

engine/view/position

@ckeditor/ckeditor5-engine/src/view/position

module

Filtering

Classes

  • Position

    Position in the view tree. Position is represented by its parent node and an offset in this parent.

Type Definitions

  • PositionRelation

    A flag indicating whether this position is 'before' or 'after' or 'same' as given position. If positions are in different roots 'different' flag is returned.