Type Alias: AnyPlayActor
API / @xmachines/play-svelte / AnyPlayActor
type AnyPlayActor = AbstractActor<AnyActorLogic> & Viewable;Defined in: packages/play-svelte/src/actor-context.svelte.ts:25
The actor type that the Svelte ActorProvider and getActorContext accept. It requires Viewable for the view rendering. For the complete routing and view shape, use PlayActor from @xmachines/play-router.