Documentation
    Preparing search index...

    Type Alias InitPianoParams<T>

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

    Type Parameters

    Index
    selection?: ElementOrSelector<T>