Skip to content

useImperativeHandle

reference
1 min readUpdated

Kind: Function

Source: src/jsx/hooks/index.ts

Part of: Jsx

Signature

ts
function useImperativeHandle(ref: RefObject<T | null>, createHandle: () => T, deps: readonly unknown[]): void

Parameters

NameType
ref`RefObject<T
createHandle() => T
depsreadonly unknown[]

Returns: void

Was this page helpful?

Download as PDF
useImperativeHandle — Hono (narrator proof)