Variable: ActorContext
API / @xmachines/play-solid / ActorContext
const ActorContext: Context<AnyPlayActor | null>;Defined in: packages/play-solid/src/useActor.ts:35
SolidJS context for the actor — exported so consumers can use ActorContext.Provider directly as an escape hatch (per D-11). The smart ActorProvider component takes the name “ActorProvider” and is the recommended entry point.