Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RadSideDrawerComponent

This is the SideDrawer component. It separates your mobile app's screen into a main part and a menu part whereby the menu part is shown upon a swipe gesture using a transition effect.

Hierarchy

  • RadSideDrawerComponent

Index

Properties

drawerContentSize

drawerContentSize: number

Defines either the width or the height of the menu pane depending on the location of the SideDrawer. Top or Bottom - height, Right or Left - width.

drawerLocation

drawerLocation: string

Identifies the drawerLocation property.

drawerTemplate

drawerTemplate: TemplateRef

Gets or sets the menu screen content for the current SideDrawer instance.

drawerTransition

drawerTransition: string

Identifies the drawerTransition property.

gesturesEnabled

gesturesEnabled: boolean

Gets or sets a boolean value that determines if drawer can be opened or closed with gestures.

mainTemplate

mainTemplate: TemplateRef

Gets or sets the main screen content for the current SideDrawer instance.

nativeElement

nativeElement: SideDrawerType

Gets the NativeScript RadSideDrawer element.

showOverNavigation

showOverNavigation: boolean

Indicates whether the RadSideDrawer is shown over the navigation bar.

sideDrawer

sideDrawer: SideDrawerType

Gets the NativeScript RadSideDrawer element.

transition

[Deprecated: Please use the 'drawerTransition' property instead].

Generated using TypeDoc