Documentation
    Preparing search index...

    Type Alias InitChordsParams<T>

    The params expected by the initChords function.

    type InitChordsParams<T extends HTMLElement> = {
        selection?: ElementOrSelector<T>;
    }

    Type Parameters

    Index
    selection?: ElementOrSelector<T>

    The elements to be initialized.