OptionalapplicationOptionalautoAutomatically report embedded application height to W3Booster. Defaults to true.
OptionalbackendDefaults to cloud. A platform-provided backend=local|cloud launch parameter takes precedence; applications do not parse it themselves.
OptionalbackendExplicit platform API origin. Prefer backend for standard local/cloud selection.
OptionaldemoOptionalinterval?: numberUpdate interval in milliseconds. Zero keeps the demo state static. Defaults to 1000.
Optionalsettings?: JsonCompatible<TSettings>Optionalstate?: MatchState<TSettings, TOverlayExtensions>Optionalsurface?: AppSurfaceOptionallocalPrefer the recorder's low-latency observer/replay feed when the platform exposes one. Defaults to true.
OptionalreconnectRetry transient failures after an established broker socket closes. Defaults to unlimited reconnects.
OptionalretryRetry transient initial connection failures. Unlimited policies require signal; an object configures the backoff.
OptionalscopesUses the scopes configured for the app by default. Pass an array only to request a smaller subset.
OptionalsignalOwns the client lifetime: aborting cancels connection attempts and disconnects an established client.
OptionaltokenSupplies the current bearer credential for each broker ticket request, including reconnects.
Generated application-definition revision.
defineApplication()supplies this automatically.