Documentation
Preparing search index...
@music-ui/piano
InitPianoParams
Type Alias InitPianoParams<T>
The params expected by the
initPiano
function.
type
InitPianoParams
<
T
extends
HTMLElement
>
=
{
selection
?:
ElementOrSelector
<
T
>
;
}
Type Parameters
T
extends
HTMLElement
Index
Properties
selection?
Properties
Optional
selection
selection
?:
ElementOrSelector
<
T
>
The elements to be initialized.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
selection
Documentation
Loading...
The params expected by the
initPianofunction.