@my-swu/simulator-client / MatchSeat
Type Alias: MatchSeat
MatchSeat =
MatchAccess["seat"]
Defined in: packages/ts-sdk/src/match-session/session-state.ts:27
Seat identifier exposed by live match session state.
Values identify the player seat controlled by this session, not an auth credential.
Example:
ts
import type { MatchSeat } from '@my-swu/simulator-client'
const matchSeat: MatchSeat = 'one'
console.log(matchSeat)Example
ts
import type { MatchSeat } from '@my-swu/simulator-client'
const activeSeat: MatchSeat = 'one'
console.log(activeSeat)