android:navigator plugin push support singlePage flag and the default value is false

This commit is contained in:
pengfei.zhou
2020-09-01 17:41:14 +08:00
committed by osborn
parent 4e724ba922
commit e4351e3b00
4 changed files with 21 additions and 4 deletions

View File

@@ -4,6 +4,7 @@ export declare function navigator(context: BridgeContext): {
alias?: string | undefined;
animated?: boolean | undefined;
extra?: object | undefined;
singlePage?: boolean | undefined;
} | undefined) => Promise<any>;
pop: (animated?: boolean) => Promise<any>;
openUrl: (url: string) => Promise<any>;