Black Trigram (흑괘) - API Documentation - v0.2.10
GitHub
Game Website
Preparing search index...
types/components
BaseButtonProps
Interface BaseButtonProps
interface
BaseButtonProps
{
children
?:
ReactNode
;
disabled
?:
boolean
;
height
?:
number
;
koreanText
?:
string
;
onClick
?:
()
=>
void
;
testId
?:
string
;
text
?:
string
;
variant
?:
"primary"
|
"secondary"
|
"accent"
|
"ghost"
|
"danger"
;
width
?:
number
;
x
?:
number
;
y
?:
number
;
}
Index
Properties
children?
disabled?
height?
korean
Text?
on
Click?
test
Id?
text?
variant?
width?
x?
y?
Properties
Optional
children
children
?:
ReactNode
Optional
disabled
disabled
?:
boolean
Optional
height
height
?:
number
Optional
korean
Text
koreanText
?:
string
Optional
on
Click
onClick
?:
()
=>
void
Optional
test
Id
testId
?:
string
Optional
text
text
?:
string
Optional
variant
variant
?:
"primary"
|
"secondary"
|
"accent"
|
"ghost"
|
"danger"
Optional
width
width
?:
number
Optional
x
x
?:
number
Optional
y
y
?:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
children
disabled
height
korean
Text
on
Click
test
Id
text
variant
width
x
y
GitHub
Game Website
Black Trigram (흑괘) - API Documentation - v0.2.10
Loading...