Skip to content

Commit 109e115

Browse files
committed
fix: reference to 'font://' prefix for icon property usage
1 parent 1663018 commit 109e115

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/public/llms-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11914,7 +11914,7 @@ Gets or sets the text of the ActionItem.
1191411914
icon: string
1191511915
```
1191611916

11917-
Gets or sets the icon of the action item. Supports local images ( `~/`), resources ( `res://`) and fonts icons ( `fonts://`)
11917+
Gets or sets the icon of the action item. Supports local images ( `~/`), resources ( `res://`) and fonts icons ( `font://`)
1191811918

1191911919
### ios.position [​](https://docs.nativescript.org/ui/action-bar\#ios-position)
1192011920

content/ui/action-bar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Gets or sets the text of the ActionItem.
232232
icon: string
233233
```
234234

235-
Gets or sets the icon of the action item. Supports local images (`~/`), resources (`res://`) and fonts icons (`fonts://`)
235+
Gets or sets the icon of the action item. Supports local images (`~/`), resources (`res://`) and fonts icons (`font://`)
236236

237237
### ios.position
238238

0 commit comments

Comments
 (0)