Skip to content

Commit 7d2d912

Browse files
authored
update TextInput press callbacks type, refs #2205
1 parent 347ba70 commit 7d2d912

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/textinput.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -485,19 +485,19 @@ Callback that is called when text input ends.
485485

486486
Callback that is called when a touch is engaged.
487487

488-
| Type | Required |
489-
| -------- | -------- |
490-
| function | No |
488+
| Type | Required |
489+
| ------------------------ | -------- |
490+
| [PressEvent](pressevent) | No |
491491

492492
---
493493

494494
### `onPressOut`
495495

496496
Callback that is called when a touch is released.
497497

498-
| Type | Required |
499-
| -------- | -------- |
500-
| function | No |
498+
| Type | Required |
499+
| ------------------------ | -------- |
500+
| [PressEvent](pressevent) | No |
501501

502502
---
503503

0 commit comments

Comments
 (0)