Interface: KeyLabelProps
Defined in: components/Piano/KeyLabel.tsx:9
Properties
__label()?
optional__label: (note,index) =>ReactNode
Defined in: components/Piano/KeyLabel.tsx:21
Internal
Parameters
note
number
index
number
Returns
ReactNode
__note?
optional__note:number
Defined in: components/Piano/KeyLabel.tsx:19
Internal
label()?
optionallabel: (note,index) =>ReactNode
Defined in: components/Piano/KeyLabel.tsx:13
override Piano.label
Parameters
note
number
index
number
Returns
ReactNode
wrapperClassName?
optionalwrapperClassName:string
Defined in: components/Piano/KeyLabel.tsx:15
wrapperStyle?
optionalwrapperStyle:CSSProperties
Defined in: components/Piano/KeyLabel.tsx:16