@moritzbrantner/charts - v0.1.1
GitHub
Preparing search index...
ChartValueModeSelectorProps
Type Alias ChartValueModeSelectorProps
type
ChartValueModeSelectorProps
=
{
"aria-label"
?:
string
;
className
?:
string
;
definitions
?:
readonly
ChartValueModeDefinition
[]
;
onValueChange
:
(
mode
:
ChartValueMode
)
=>
void
;
value
:
ChartValueMode
;
}
Index
Properties
aria-
label?
class
Name?
definitions?
on
Value
Change
value
Properties
Optional
aria-
label
"aria-label"
?:
string
Optional
class
Name
className
?:
string
Optional
definitions
definitions
?:
readonly
ChartValueModeDefinition
[]
on
Value
Change
onValueChange
:
(
mode
:
ChartValueMode
)
=>
void
value
value
:
ChartValueMode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aria-
label
class
Name
definitions
on
Value
Change
value
GitHub
@moritzbrantner/charts - v0.1.1
Loading...