Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.5.30
GitHub
README
Game Design
Architecture
Combat System
Preparing search index...
ArchetypeCardProps
Interface ArchetypeCardProps
Props for ArchetypeCard component
interface
ArchetypeCardProps
{
archetype
:
PlayerArchetype
;
isSelected
?:
boolean
;
onSelect
?:
(
archetype
:
PlayerArchetype
)
=>
void
;
position
?:
[
number
,
number
,
number
]
;
showStats
?:
boolean
;
testId
?:
string
;
width
?:
number
;
}
Index
Properties
archetype
is
Selected?
on
Select?
position?
show
Stats?
test
Id?
width?
Properties
Readonly
archetype
archetype
:
PlayerArchetype
Optional
Readonly
is
Selected
isSelected
?:
boolean
Optional
Readonly
on
Select
onSelect
?:
(
archetype
:
PlayerArchetype
)
=>
void
Optional
Readonly
position
position
?:
[
number
,
number
,
number
]
Optional
Readonly
show
Stats
showStats
?:
boolean
Optional
Readonly
test
Id
testId
?:
string
Optional
Readonly
width
width
?:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
archetype
is
Selected
on
Select
position
show
Stats
test
Id
width
Game Documentation
Korean Martial Arts
GitHub
README
Game Design
Architecture
Combat System
Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.5.30
Loading...
Props for ArchetypeCard component