Documentation
    Preparing search index...

    Type Alias UsePlayerParams

    The params expected by the usePlayer function.

    type UsePlayerParams = {
        id: string;
        onStop?: () => void;
    }
    Index
    id: string

    The current score id

    onStop?: () => void

    Callback invoked when the playback stops.