zibri
Preparing search index...
preact/hooks/on-client.hook
onClient
Function onClient
onClient
<
T
extends
void
|
Promise
<
void
>
>
(
fn
:
()
=>
T
)
:
void
Runs only on client side.
Type Parameters
T
extends
void
|
Promise
<
void
>
Parameters
fn
:
()
=>
T
The fn to run on the client side.
Returns
void
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
zibri
Loading...
Runs only on client side.