@Cards-TS
Preparing search index...
@cards-ts/core
ParamsControllerProvider
Class ParamsControllerProvider<GameParams>
Type Parameters
GameParams
extends
Serializable
Implements
GenericControllerProvider
<
ParamsState
<
GameParams
>
,
{}
,
ParamsController
<
GameParams
>
,
>
Index
Constructors
constructor
Methods
controller
dependencies
initial
State
Constructors
constructor
new
ParamsControllerProvider
<
GameParams
extends
Serializable
>
(
gameParams
:
GameParams
,
)
:
ParamsControllerProvider
<
GameParams
>
Type Parameters
GameParams
extends
Serializable
Parameters
gameParams
:
GameParams
Returns
ParamsControllerProvider
<
GameParams
>
Methods
controller
controller
(
state
:
GameParams
,
controllers
:
{}
)
:
ParamsController
<
GameParams
>
Parameters
state
:
GameParams
controllers
:
{}
Returns
ParamsController
<
GameParams
>
dependencies
dependencies
()
:
{}
Returns
{}
initial
State
initialState
()
:
GameParams
Return the initial state for the controller
Returns
GameParams
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
controller
dependencies
initial
State
@Cards-TS
Loading...