Skip to content

@maxhealth.tech/prefab / rx / SignalOptions

Interface: SignalOptions

Defined in: rx/signal.ts:22

Properties

urlSync?

ts
optional urlSync?: string;

Defined in: rx/signal.ts:27

URL query parameter name. When set, the runtime syncs the signal value with ?param=value in the address bar. Opt-in.

Released under the MIT License.