Interface: KeyMethods
Defined in: components/Piano/key.tsx:42
Properties
play()
play: () =>
void
Defined in: components/Piano/key.tsx:43
Returns
void
played()
played: () =>
boolean
Defined in: components/Piano/key.tsx:45
Returns
boolean
stop()
stop: () =>
void
Defined in: components/Piano/key.tsx:44
Returns
void