Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add remaining dune docs #44

Merged
merged 21 commits into from
May 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix headline levels
  • Loading branch information
apfelbox committed May 7, 2024
commit 624724fbb039770617a472a10eabbd0bf2d99932
4 changes: 2 additions & 2 deletions docs/ts-scss/dune/js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Always properly abort your `fetch()` requests in effects when rerunning.

These helpers provide support for overlay integrations.

## `registerBodyClickHandler()`
### `registerBodyClickHandler()`

```typescript
registerBodyClickHandler(allowedClickTargets, onInvalidTargetClick) : UnregisterCallback
Expand All @@ -93,7 +93,7 @@ Returns an unregister callback to remove the global click listener.
> This is useful for implementing overlays: you can detect clicks outside the overlay, but add the overlay itself as allowed click target.


## `initDismissibleContainer()`
### `initDismissibleContainer()`

```typescript
initDismissibleContainer(
Expand Down