メインコンテンツまでスキップ

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()?

optional label: (note, index) => ReactNode

Defined in: components/Piano/KeyLabel.tsx:13

override Piano.label

Parameters

note

number

index

number

Returns

ReactNode


wrapperClassName?

optional wrapperClassName: string

Defined in: components/Piano/KeyLabel.tsx:15


wrapperStyle?

optional wrapperStyle: CSSProperties

Defined in: components/Piano/KeyLabel.tsx:16