Skip to content

Commit

Permalink
docs: add Ti.UI.View.id property (#11353)
Browse files Browse the repository at this point in the history
  • Loading branch information
drauggres authored and sgtcoolguy committed Nov 21, 2019
1 parent aee1bdd commit b295e63
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apidoc/Titanium/UI/View.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1419,6 +1419,15 @@ properties:
platforms: [iphone, ipad]
since: 7.3.0

- name: id
summary: View's identifier.
description: |
The `id` property of the Ti.UI.View represents the view's identifier. The identifier string does
not have to be unique. You can use this property with <Titanium.UI.View.getViewById> method.
type: String
accessors: false
optional: true

- name: left
summary: View's left position, in platform-specific units.
description: |
Expand Down

0 comments on commit b295e63

Please sign in to comment.