Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
feat: tabs support for font and sys prefix
  • Loading branch information
NathanWalker committed Nov 11, 2025
commit 0258f2fe1dbe78fce7d2dcc0b8ddddc2d3ff2237
2 changes: 1 addition & 1 deletion content/ui/tab-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ iconSource: string

Gets or sets the icon source of the tab strip entry.

Supported paths are `res://` or an absolute path (eg. `~/assets/image.png`).
Supported paths are `font://`, `res://`, `sys://` (iOS only), or an absolute path (eg. `~/assets/image.png`).

See [`Image`](/ui/image) for details on the different paths.

Expand Down