Hierarchy

  • BottomNavigationBarBase
    • BottomNavigationBar

Constructors

  • Returns BottomNavigationBar

Properties

_items: BottomNavigationTabBase[]
activeColor: Color
android: any
autoClearBadge: Boolean
backgroundColor: Color
badgeColor: Color
badgeTextColor: Color
dynamicElevationOffset: number

@nativescript-community/ui-material-core installMixins.

Gets or sets the dynamic elevation offset of the view.

elevation: number

@nativescript-community/ui-material-core installMixins.

Gets or sets the elevation of the view.

inactiveColor: Color
ios: any
rippleColor: Color

@nativescript-community/ui-material-core installMixins.

Gets or sets the ripple-color of the view.

rippleColorAlpha: number

@nativescript-community/ui-material-core installMixins.

Gets or sets the ripple-color alpha of the view.

selectedTabIndex: number
titleVisibility: TitleVisibility
tabPressedEvent: string
tabReselectedEvent: string
tabSelectedEvent: string

Methods

  • Parameters

    • name: string
    • value: BottomNavigationTabBase

    Returns void

  • Parameters

    • index: number

    Returns void

  • Parameters

    • index: number

    Returns void

  • Parameters

    • index: number

    Returns void

  • Returns FragmentManager

  • Returns void

  • Parameters

    • Rest ...args: any

    Returns void

  • Parameters

    Returns void

  • Parameters

    • event: "tabPressed"
    • callback: ((args) => void)
    • Optional thisArg: any

    Returns void

  • Parameters

    • event: "tabSelected"
    • callback: ((args) => void)
    • Optional thisArg: any

    Returns void

  • Parameters

    • event: "tabReselected"
    • callback: ((args) => void)
    • Optional thisArg: any

    Returns void

  • Returns void

  • Parameters

    • oldIndex: number
    • newIndex: number

    Returns void

  • Parameters

    • index: number

    Returns void

  • Returns void

  • Parameters

    • index: number

    Returns void

  • Parameters

    • index: number

    Returns void

  • Parameters

    • index: number
    • Optional value: number

    Returns void

  • Parameters

    Returns ViewBase

Generated using TypeDoc