Black Trigram (흑괘) - API Documentation - v0.2.10
GitHub
Game Website
Preparing search index...
types/ui
TrainingScreenProps
Interface TrainingScreenProps
interface
TrainingScreenProps
{
children
?:
ReactNode
;
height
?:
number
;
onBack
:
()
=>
void
;
onPlayerUpdate
:
(
updates
:
Partial
<
PlayerState
>
)
=>
void
;
onReturnToMenu
:
()
=>
void
;
player
:
PlayerState
;
trigramSystem
?:
any
;
vitalPointSystem
?:
any
;
width
?:
number
;
}
Index
Properties
children?
height?
on
Back
on
Player
Update
on
Return
To
Menu
player
trigram
System?
vital
Point
System?
width?
Properties
Optional
Readonly
children
children
?:
ReactNode
Optional
Readonly
height
height
?:
number
Readonly
on
Back
onBack
:
()
=>
void
Readonly
on
Player
Update
onPlayerUpdate
:
(
updates
:
Partial
<
PlayerState
>
)
=>
void
Readonly
on
Return
To
Menu
onReturnToMenu
:
()
=>
void
Readonly
player
player
:
PlayerState
Optional
Readonly
trigram
System
trigramSystem
?:
any
Optional
Readonly
vital
Point
System
vitalPointSystem
?:
any
Optional
Readonly
width
width
?:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
children
height
on
Back
on
Player
Update
on
Return
To
Menu
player
trigram
System
vital
Point
System
width
GitHub
Game Website
Black Trigram (흑괘) - API Documentation - v0.2.10
Loading...