2betop 2020-06-22 09:40:18 +08:00
parent f70c2bb155
commit c38895e794

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?: (