@Cards-TS
Preparing search index...
@cards-ts/core
PointsControllerProvider
Class PointsControllerProvider
Implements
GenericControllerProvider
<
PointsState
,
PointsDependencies
,
PointsController
>
Index
Constructors
constructor
Methods
controller
dependencies
initial
State
Constructors
constructor
new
PointsControllerProvider
()
:
PointsControllerProvider
Returns
PointsControllerProvider
Methods
controller
controller
(
state
:
PointsState
,
controllers
:
PointsDependencies
,
)
:
PointsController
Parameters
state
:
PointsState
controllers
:
PointsDependencies
Returns
PointsController
dependencies
dependencies
()
:
{
players
:
true
}
Returns
{
players
:
true
}
initial
State
initialState
(
controllers
:
PointsDependencies
)
:
PointsState
Return the initial state for the controller
Parameters
controllers
:
PointsDependencies
Returns
PointsState
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
controller
dependencies
initial
State
@Cards-TS
Loading...