UNPKG

@tarojsx/ui

Version:

We reinvents the UI for Taro3+

48 lines (27 loc) 800 B
--- id: "_form_.formprops" title: "FormProps" sidebar_label: "FormProps" --- ## Hierarchy * object **FormProps** ## Index ### Properties * [submitThrottle](_form_.formprops.md#optional-submitthrottle) ### Methods * [onSubmit](_form_.formprops.md#optional-onsubmit) ## Properties ### `Optional` submitThrottle **submitThrottle**? : *boolean | number* *Defined in [src/Form.tsx:8](https://github.com/tarojsx/ui/blob/v0.11.0/src/Form.tsx#L8)* onClick 事件节流时间间隔, 单位: ms, 默认 500ms. ## Methods ### `Optional` onSubmit **onSubmit**(`e`: BaseSyntheticEvent): *void* *Defined in [src/Form.tsx:9](https://github.com/tarojsx/ui/blob/v0.11.0/src/Form.tsx#L9)* **Parameters:** Name | Type | ------ | ------ | `e` | BaseSyntheticEvent | **Returns:** *void*