mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 20:39:07 +08:00
This commit is contained in:
parent
f70c2bb155
commit
c38895e794
@ -152,7 +152,7 @@ export interface RenderOptions {
|
|||||||
fetcher?: (config: fetcherConfig) => Promise<fetcherResult>;
|
fetcher?: (config: fetcherConfig) => Promise<fetcherResult>;
|
||||||
isCancel?: (value: any) => boolean;
|
isCancel?: (value: any) => boolean;
|
||||||
notify?: (type: 'error' | 'success', msg: string) => void;
|
notify?: (type: 'error' | 'success', msg: string) => void;
|
||||||
jumpTo?: (to: string) => void;
|
jumpTo?: (to: string, action?: Action, ctx?: object) => void;
|
||||||
alert?: (msg: string) => void;
|
alert?: (msg: string) => void;
|
||||||
confirm?: (msg: string, title?: string) => boolean | Promise<boolean>;
|
confirm?: (msg: string, title?: string) => boolean | Promise<boolean>;
|
||||||
rendererResolver?: (
|
rendererResolver?: (
|
||||||
|
Loading…
Reference in New Issue
Block a user