diff --git a/apidoc/Titanium/UI/TabGroup.yml b/apidoc/Titanium/UI/TabGroup.yml index 3c6f98d6c0c..dd96d1305eb 100644 --- a/apidoc/Titanium/UI/TabGroup.yml +++ b/apidoc/Titanium/UI/TabGroup.yml @@ -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, @@ -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: |