mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
feat(frame): add new actionBarVisibility property (#6449)
This commit is contained in:
5
tns-core-modules/ui/frame/frame.d.ts
vendored
5
tns-core-modules/ui/frame/frame.d.ts
vendored
@ -56,6 +56,11 @@ export class Frame extends View {
|
||||
*/
|
||||
navigate(entry: NavigationEntry);
|
||||
|
||||
/**
|
||||
* Used to control the visibility the Navigation Bar in iOS and the Action Bar in Android.
|
||||
*/
|
||||
public actionBarVisibility: "auto" | "never" | "always";
|
||||
|
||||
/**
|
||||
* Gets the back stack of this instance.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user