Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/netzo/composables/url-search-params.ts>UseUrlSearchParamsOptions

Deno-powered framework for building business web apps
Go to Latest
interface UseUrlSearchParamsOptions
import { type UseUrlSearchParamsOptions } from "https://deno.land/x/netzo@0.4.10/composables/url-search-params.ts";

Properties

optional
removeNullishValues: boolean
optional
removeFalsyValues: boolean
optional
initialValue: T
optional
write: boolean

Write back to window.history automatically