mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
import * as frame from "tns-core-modules/ui/frame";
|
|
|
|
export function buttonTap(args) {
|
|
frame.topmost().goBack();
|
|
}
|