Documentation
    Preparing search index...

    Type Alias ScaleProps

    ScaleProps: ScaleParams & Omit<
        UseFretboardParams,
        "scale"
        | "chord"
        | "positions",
    > & {
        className?: string;
        highlightDegree?: number;
        id?: string;
        showName?: boolean;
    }

    Props expected by the Scale component.