@wpkernel/ui / HoverPrefetchOptions
Interface: HoverPrefetchOptions
Options for the useHoverPrefetch hook.
Properties
delayMs?
ts
optional delayMs: number;The delay in milliseconds before the prefetch is triggered.
Default
ts
150once?
ts
optional once: boolean;If true, the prefetch will only be triggered once.
Default
ts
true