Interface: KeyMethods
Defined in: components/Piano/key.ts:47
Properties
play()
play: () =>
void
Defined in: components/Piano/key.ts:48
Returns
void
played()
played: () =>
boolean
Defined in: components/Piano/key.ts:50
Returns
boolean
stop()
stop: () =>
void
Defined in: components/Piano/key.ts:49
Returns
void