16 lines
450 B
Markdown
16 lines
450 B
Markdown
|
|
---
|
||
|
|
title: toolCursor
|
||
|
|
description: Helper that resolves the cursor string for an editor tool.
|
||
|
|
---
|
||
|
|
|
||
|
|
# toolCursor
|
||
|
|
|
||
|
|
`toolCursor(tool, override?)` maps an editor tool to the cursor the SDK should use, while still allowing an explicit override.
|
||
|
|
|
||
|
|
Use it when building custom canvas shells or tool UIs that need consistent cursor behavior.
|
||
|
|
|
||
|
|
## Related APIs
|
||
|
|
|
||
|
|
- [useCanvas](../composables/use-canvas)
|
||
|
|
- [useEditorCommands](../composables/use-editor-commands)
|