forked from p96170835/amis
This commit is contained in:
parent
50ce541920
commit
674565660d
|
@ -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?: (
|
||||
|
|
Loading…
Reference in New Issue