Variable PageHashURLParamConst

PageHashURLParam: WithDefaults<URL, URL | string | null | undefined> = ...

Page parameter representing its hash URL.

When set to another value while navigating, the hash of target URL is updated, unless set to null or undefined.

Requires PageHashURLSupport for above to function properly.

Generated using TypeDoc