Function default

    • Dialog

      Parameters

      • props: IProps

        Props

      • Optional context: any

      Returns ReactNode

      Dialog

      Description

      Props list:

      • visible (boolean) Dialog visible
      • closable (boolean) Dialog closable
      • loading (boolean) Form loading
      • title (string) Dialog title
      • initialValues (Object) Form initial values
      • okButtonProps (Object) Ok button props
      • okButtonText (string) Ok button text
      • cancelButtonProps (Object) Cancel button props
      • cancelButtonText (string) Cancel button text
      • children (React node) Form children
      • onCancel (Function) Dialog cancel
      • onOk (Function) Dialog ok

    Generated using TypeDoc and TypeDoc Airthium Plugin