tldraw / tldraw-v1

A tiny little drawing app. This is the original 2021-2022 version, released under MIT.
https://old.tldraw.com
MIT License
61 stars 36 forks source link

[documentation] TLHandle in packages/core/README.md needs updates #70

Closed nateclicks closed 8 months ago

nateclicks commented 1 year ago

https://github.com/tldraw/tldraw/tree/main/packages/core#tlhandle

Issue 1

TLHandle is using the same definition as TLBinding which I don't believe is correct. They both say they are "An object that describes a relationship between two shapes on the page." This seems true for a binding but not so much for a handle.

image

Issue 2

Also, the more details section of TLHandle appears to stop mid-sentence. I feel like it is about to tell me something very important about which event to use, but it stops with "on". I'm pretty sure there is more to it. 😁

image

Thanks for taking a look.