PathRef
interface PathRef {
current: Path | null
affinity: 'forward' | 'backward' | null
unref(): Path | null
}Instance methods
unref() => Path | null
unref() => Path | nullStatic methods
Transform methods
PathRef.transform(ref: PathRef, op: Operation)
PathRef.transform(ref: PathRef, op: Operation)Last updated