Skip to content

Commit

Permalink
fix(docs): adding missing platform to Progressbar.tintColor (#13658)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Dec 7, 2022
1 parent 29f5807 commit ede3af5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apidoc/Titanium/UI/ProgressBar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ properties:
- name: tintColor
summary: The color shown for the portion of the progress bar that is filled.
type: [String, Titanium.UI.Color]
platforms: [iphone, ipad, android, macos]
since: {iphone: "3.1.3", ipad: "3.1.3", android: "8.0.0"}

- name: trackTintColor
summary: The color shown for the portion of the progress bar that is not filled.
Expand Down

0 comments on commit ede3af5

Please sign in to comment.