Type Alias RouterUpdateOptions

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