Interface: PlayerConfig<TMachine>
API / @xmachines/play-xstate / PlayerConfig
Defined in: packages/play-xstate/src/types.ts:7
The configuration of definePlayer()
Type Parameters
| Type Parameter |
|---|
TMachine extends AnyStateMachine |
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
machine | TMachine | The XState v5 state machine | packages/play-xstate/src/types.ts:9 |
options? | PlayerOptions<TMachine> | The lifecycle hooks and the configuration | packages/play-xstate/src/types.ts:12 |