weasel API - v0.8.0
    Preparing search index...

    Interface InsertMoveResult

    Per-frame result an InsertBehavior.onMove can return to override the start/current points.

    interface InsertMoveResult {
        current?: InsertPoint;
        start?: InsertPoint;
    }
    Index

    Properties

    Properties

    current?: InsertPoint

    Override the current point (e.g. snap the live edge).

    start?: InsertPoint

    Override the start point (e.g. snap-to-grid on the anchor).