mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 04:18:29 +08:00
This commit is contained in:
parent
f70c2bb155
commit
c38895e794
@ -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
Block a user