interface NodeCollectionPosition {
    grabify(): this;
    lock(): this;
    modelPositions(handler: Position | ElementPositionFunction): this;
    points(handler: Position | ElementPositionFunction): this;
    positions(handler: Position | ElementPositionFunction): this;
    shift(dimension: PositionDimension, value?: number): this;
    shift(pos: Position): this;
    ungrabify(): this;
    unlock(): this;
}

Hierarchy (view full)

Methods