Type Alias: AnyPlayActor
API / @xmachines/play-solid / AnyPlayActor
type AnyPlayActor = AbstractActor<AnyActorLogic>;Defined in: packages/play-solid/src/useActor.ts:30
The bare actor type that the Solid context providers accept. For the complete routing and view shape, use PlayActor from @xmachines/play-router.