Type Alias: TXphCrudFormDialogProps<T>
TXphCrudFormDialogProps<
T
>:Omit
<IXphDialogProps
,"onOk"
|"onCancel"
> &object
Type declaration
Name | Type | Description |
---|---|---|
formProps | IXphFormProps <T > | crud弹窗的form配置 |
onCancel ? | (event ) => Promise <any > | crud弹窗点击取消回调 |
onOk ? | (event ) => Promise <any > | crud弹窗点击确定的回调 |
Type Parameters
Type Parameter | Default type |
---|---|
T extends TXphExtendComponentPropsMap | object |