Skip to content

Type Alias: AnyPlayActor

API / @xmachines/play-vue / AnyPlayActor

type AnyPlayActor = AbstractActor<AnyActorLogic>;

Defined in: packages/play-vue/src/useActor.ts:46

The bare actor type that the Vue context providers accept. For the complete routing and view shape, use PlayActor from @xmachines/play-router.