2betop 2020-06-22 09:40:18 +08:00
parent 50ce541920
commit 674565660d
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ export interface RenderOptions {
fetcher?: (config: fetcherConfig) => Promise<fetcherResult>;
isCancel?: (value: any) => boolean;
notify?: (type: 'error' | 'success', msg: string) => void;
jumpTo?: (to: string) => void;
jumpTo?: (to: string, action?: Action, ctx?: object) => void;
alert?: (msg: string) => void;
confirm?: (msg: string, title?: string) => boolean | Promise<boolean>;
rendererResolver?: (