Skip to content

Commit

Permalink
fix(apidocs): correction for the cutout properties (#13735)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Jan 28, 2023
1 parent 82e07f7 commit 8825cd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apidoc/Titanium/UI/UI.yml
Expand Up @@ -2872,13 +2872,13 @@ summary: Dictionary object of parameters for the <Titanium.UI.cutoutSize>.
since: "12.1.0"
platforms: [android]
properties:
- name: left
- name: top
type: Number
summary: The left margin of the cutout.
summary: The top position of the cutout.

- name: right
- name: left
type: Number
summary: The left margin of the cutout.
summary: The left position of the cutout.

- name: width
type: Number
Expand Down

0 comments on commit 8825cd4

Please sign in to comment.