Public app-scoped typed Svelte context owner for a Trellis browser app.
TClient is a type-only facade over the runtime client that TrellisProvider
installs. Use it with generated client facade types for the same contract.
TContract extends TrellisContractLike = TrellisContractLike
TClient extends TrellisContextClient = TrellisClientFor<TContract>
readonly
trellisUrl: TrellisAppUrlResolver
Trellis URL configuration used by TrellisProvider connections.
Returns the contract-typed connected Trellis client from Svelte context synchronously.
Returns a Svelte-reactive adapter for the real Trellis connection.