Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
m1ga committed Jan 15, 2025
1 parent dec1971 commit a6f57f9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion apidoc/Titanium/UI/TabGroup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ excludes:
anchorPoint,animatedCenter,backgroundDisabledColor,backgroundDisabledImage,
backgroundFocusedColor,backgroundFocusedImage,backgroundGradient,backgroundImage,backgroundLeftCap,
backgroundRepeat,backgroundSelectedColor,backgroundSelectedImage,backgroundTopCap,
borderColor,borderRadius,borderWidth,bottom,children,enabled,focusable,height,
borderColor,borderRadius,borderWidth,bottom,children,focusable,height,
horizontalWrap,layout,left,opacity,right,softKeyboardOnFocus,
top,transform,width,zIndex]
events: [click, dblclick, doubletap, keypressed, longclick, longpress, pinch, postlayout,
Expand Down Expand Up @@ -289,6 +289,13 @@ properties:
type: [String, Titanium.UI.Color]
platforms: [iphone, ipad, android, macos]

- name: enabled
summary: |
Enables or disables the menu in a BottomNavigation. If disabled you can't change to a different tab.
type: Number
default: true
since: { android: "12.7.0" }

- name: paddingLeft
summary: Left padding of bottom navigation
description: |
Expand Down

0 comments on commit a6f57f9

Please sign in to comment.