W3Booster SDK 2.0.0
First app
Guides
Examples
Preparing search index...
index
MatchState
Interface MatchState<TSettings, TOverlayExtensions>
interface
MatchState
<
TSettings
extends
object
=
JsonObject
,
TOverlayExtensions
extends
object
=
object
,
>
{
application
?:
ApplicationState
<
TSettings
>
;
capabilities
:
readonly
Capability
[]
;
gameContext
:
GameContext
;
match
:
Match
;
overlay
?:
OverlayState
<
TOverlayExtensions
>
;
players
:
readonly
Player
[]
;
}
Type Parameters
TSettings
extends
object
=
JsonObject
TOverlayExtensions
extends
object
=
object
Index
Properties
application?
capabilities
game
Context
match
overlay?
players
Properties
Optional
Readonly
application
application
?:
ApplicationState
<
TSettings
>
Readonly
capabilities
capabilities
:
readonly
Capability
[]
Readonly
game
Context
gameContext
:
GameContext
Always delivered, including idle and scope-free state.
Readonly
match
match
:
Match
Optional
Readonly
overlay
overlay
?:
OverlayState
<
TOverlayExtensions
>
Readonly
players
players
:
readonly
Player
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
application
capabilities
game
Context
match
overlay
players
First app
Guides
Examples
W3Booster SDK 2.0.0
Loading...
Always delivered, including idle and scope-free state.