Documentation
Preparing search index...
@music-ui/fretboard
InitChordsParams
Type Alias InitChordsParams<T>
The params expected by the
initChords
function.
type
InitChordsParams
<
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
initChordsfunction.