Skip to content

Commit b295e63

Browse files
drauggressgtcoolguy
authored andcommitted
docs: add Ti.UI.View.id property (#11353)
1 parent aee1bdd commit b295e63

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

apidoc/Titanium/UI/View.yml

+9
Original file line numberDiff line numberDiff line change
@@ -1419,6 +1419,15 @@ properties:
14191419
platforms: [iphone, ipad]
14201420
since: 7.3.0
14211421

1422+
- name: id
1423+
summary: View's identifier.
1424+
description: |
1425+
The `id` property of the Ti.UI.View represents the view's identifier. The identifier string does
1426+
not have to be unique. You can use this property with <Titanium.UI.View.getViewById> method.
1427+
type: String
1428+
accessors: false
1429+
optional: true
1430+
14221431
- name: left
14231432
summary: View's left position, in platform-specific units.
14241433
description: |

0 commit comments

Comments
 (0)
close