Skip to content

Class: SideDrawerMenuItemProxy

Hierarchy

Implements

Summary

Constructors

Properties

Class Properties

Currently none in this class.

Inherited Properties

Accessors

Class Accessors

Currently none in this class.

Inherited Accessors

Methods

Class Methods

Inherited Methods

Constructors

constructor

+ new SideDrawerMenuItemProxy(indexPath: [number, number], container: SideDrawer, context: IContext): SideDrawerMenuItemProxy

Overrides ClientAPI.constructor

Parameters:

Name Type
indexPath [number, number]
container SideDrawer
context IContext

Returns: SideDrawerMenuItemProxy

Methods

getTitle

getTitle(): string

Implementation of ISideDrawerMenuItemProxy

Returns: string

the caption of the menu item


reset

reset(): Promise‹PageProxy

Implementation of ISideDrawerMenuItemProxy

Returns: Promise‹PageProxy

the pageProxy of the current page after reset


setTitle

setTitle(title: string): void

Implementation of ISideDrawerMenuItemProxy

Parameters:

Name Type
title string

Returns: void


setVisibility

setVisibility(visibility: boolean): void

Implementation of ISideDrawerMenuItemProxy

Parameters:

Name Type
visibility boolean

Returns: void