Skip to content

Commit

Permalink
chore: add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hansemannn committed Sep 5, 2024
1 parent 07eb62d commit 4e3189d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apidoc/Titanium/UI/NavigationWindow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ properties:
availability: creation
optional: false

- name: interactiveDismissModeEnabled
summary: |
A boolean indicating whether or not child windows of this navigation window
should have the ability to be swipe-to-closed over the full width of it's window or not.
type: Boolean
default: false
platforms: [iphone, ipad, macos]
since: "12.5.0"
availability: creation

methods:
- name: closeWindow
summary: Closes a window and removes it from the navigation window.
Expand Down
10 changes: 10 additions & 0 deletions apidoc/Titanium/UI/TabGroup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,16 @@ properties:
platforms: [android, iphone, ipad, macos]
since: "12.1.0"

- name: interactiveDismissModeEnabled
summary: |
A boolean indicating whether or not child windows of this tab group
should have the ability to be swipe-to-closed over the full width of it's window or not.
type: Boolean
default: false
platforms: [iphone, ipad, macos]
since: "12.5.0"
availability: creation

examples:
- title: Alloy XML Markup
example: |
Expand Down

0 comments on commit 4e3189d

Please sign in to comment.