mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
implement menuOptions
This commit is contained in:
8
ui/frame/frame.d.ts
vendored
8
ui/frame/frame.d.ts
vendored
@@ -145,7 +145,7 @@ declare module "ui/frame" {
|
||||
/**
|
||||
* Gets the Android-specific menu item that has been selected.
|
||||
*/
|
||||
item: android.view.MenuItem;
|
||||
item: android.view.IMenuItem;
|
||||
|
||||
/**
|
||||
* True to mark the event as handled (that is to prevent the default processing).
|
||||
@@ -207,6 +207,12 @@ declare module "ui/frame" {
|
||||
* Gets the native [UINavigationController](https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UINavigationController_Class/index.html) instance associated with this Frame.
|
||||
*/
|
||||
controller: UINavigationController;
|
||||
|
||||
/**
|
||||
* Gets or sets the visibility of navigationBar.
|
||||
* Use NavBarVisibility enumeration - auto, never, always
|
||||
*/
|
||||
navBarVisibility: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user