Documentation
Preparing search index...
@music-ui/react
UseFretboardParams
Type Alias UseFretboardParams
UseFretboardParams
:
Partial
<
Omit
<
FretboardOptions
,
"element"
>
>
&
{
chord
?:
RenderChordParams
;
positions
?:
FretboardPosition
[]
;
scale
?:
ScaleParams
;
style
?:
StyleParams
;
textProperty
?:
keyof
Pick
<
FretboardPosition
,
"note"
|
"degree"
|
"interval"
,
>
;
}
The params expected by the
useFretboard
function.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
The params expected by the
useFretboardfunction.