docs: link unlinked type references in API documentation (#49651)

docs: add missing type links in menu.md and shared-texture.md
This commit is contained in:
Rushikesh Bobade
2026-02-10 12:38:52 +05:30
committed by GitHub
parent fd0108907a
commit 7c66112e88
2 changed files with 2 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ Appends the `menuItem` to the menu.
- `id` string
Returns `MenuItem | null` the item with the specified `id`
Returns [`MenuItem | null`](menu-item.md) - the item with the specified `id`
#### `menu.insert(pos, menuItem)`