UNPKG

ng-yunzai-mobile

Version:

1. 适配yunzai_uni_app_x

16 lines (15 loc) 365 B
export interface IWindow { type?: IWindowType; url?: string; applicationId?: string; shareFlag?: boolean; nBack?: boolean; success?: (data: any) => void; fail?: (error: any) => void; complete?: (msg: any) => void; listener?: () => void; } export declare enum IWindowType { NATIVE = "native", URL = "url" }