Eulergraph
    Preparing search index...

    Type Alias RouterUpdateOptions

    type RouterUpdateOptions = {
        isEndPoint: boolean;
        movedPoint: Point | null;
        prevPoint: Point | null;
    }
    Index

    Properties

    isEndPoint: boolean
    movedPoint: Point | null
    prevPoint: Point | null