Product
Docs
Blog
Product
Docs
Blog
Twitter
Discord
GitHub
Search docs...
⌘K
Search docs...
⌘K
Menu
Search docs...
⌘K
API Reference
@tldraw/editor
OptionalKeys
See source code
type
OptionalKeys
<
T
,
K
extends
keyof
T
> =
Omit
<
T
,
K
> &
Partial
<
Pick
<
T
,
K
>>
Prev
MatLike
Next
RequiredKeys