Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tldraw/tldraw
/ includes
Method
includes
packages/editor/src/lib/primitives/Box.ts:275–277 ·
view source on GitHub ↗
(B: Box)
Source
from the content-addressed store, hash-verified
273
}
274
275
includes(B: Box) {
276
return
Box.Includes(this, B)
277
}
278
279
containsPoint(V: VecLike, margin = 0) {
280
return
Box.ContainsPoint(this, V, margin)
Callers
15
limit
Function · 0.80
throttledFn
Method · 0.80
throttleToNextFrame
Method · 0.80
isAnimatedImageType
Method · 0.80
isStaticImageType
Method · 0.80
isVectorImageType
Method · 0.80
isImageType
Method · 0.80
mapEdgeTypeToArrowhead
Function · 0.80
flowchartToBlueprint
Function · 0.80
isSignalMessage
Function · 0.80
isFragmentEnd
Function · 0.80
can
Function · 0.80
Calls
1
Includes
Method · 0.80
Tested by
4
createMockTx
Function · 0.64
ShortcutCapturer
Function · 0.64
isMobileProject
Function · 0.64
isMobileProject
Function · 0.64