Skip to content

Commit

Permalink
doc: Add event handler methods documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
CarLeonDev committed Jun 6, 2024
1 parent 00a214f commit aba33b7
Show file tree
Hide file tree
Showing 2 changed files with 536 additions and 11 deletions.
2 changes: 1 addition & 1 deletion website/src/content/docs/core_concepts/event_handler.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Reactter offers the following event handler mechanisms:
- Methods
- <HM>[`Reactter.on`](/reactter/methods/event_handler_methods/#reactteron)</HM>
- <HM>[`Reactter.one`](/reactter/methods/event_handler_methods/#reactterone)</HM>
- <HM>[`Reactter.emit`](/reactter/methods/event_handler_methods/#reactteremit)</HM>
- <HM>[`Reactter.off`](/reactter/methods/event_handler_methods/#reactteroff)</HM>
- <HM>[`Reactter.offAll`](/reactter/methods/event_handler_methods/#reactteroffAll)</HM>
- <HM>[`Reactter.emit`](/reactter/methods/event_handler_methods/#reactteremit)</HM>

## How it works

Expand Down
Loading

0 comments on commit aba33b7

Please sign in to comment.