Interface: ISideDrawerMenuItemProxy¶
A designer-facing interface that provides access to a menu item.
It is passed to rules to provide access to a menu item for application specific customizations.
In addition it provides access to the IClientAPI interface.
Hierarchy¶
-
ISideDrawerMenuItemProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
Properties¶
Methods¶
getTitle¶
▸ getTitle(): string
Returns: string
the caption of the menu item
setTitle¶
▸ setTitle(title
: string): any
Set menu item caption
Parameters:
Name | Type |
---|---|
title |
string |
Returns: any
setVisibility¶
▸ setVisibility(visibility
: boolean): any
Set menu item visibility
Parameters:
Name | Type |
---|---|
visibility |
boolean |
Returns: any