RemoveProps: {
confirmFn?: ((context: any) => Promise<any>);
confirmMessage?: string;
confirmTitle?: string;
onCanceled?: ((context: any) => Promise<any>);
onRemoved?: ((context: any) => Promise<any>);
refreshTable: boolean;
showSuccessNotification: boolean;
[key: string]: any;
}
Type declaration
-
[key: string]: any
-
Optional
confirmFn?: ((context: any) => Promise<any>)
-
- (context: any): Promise<any>
-
Returns Promise<any>
-
Optional
confirmMessage?: string
-
Optional
confirmTitle?: string
-
Optional
onCanceled?: ((context: any) => Promise<any>)
-
- (context: any): Promise<any>
-
Returns Promise<any>
-
Optional
onRemoved?: ((context: any) => Promise<any>)
-
- (context: any): Promise<any>
-
Returns Promise<any>
-
refreshTable: boolean
-
showSuccessNotification: boolean
删除操作配置