Hiyve Components - v1.0.0
    Preparing search index...
    type WaveSurferRegion = {
        channelIdx?: number;
        content: HTMLElement | null;
        end: number;
        id: string;
        play: () => void;
        remove: () => void;
        setOptions: (options: Record<string, unknown>) => void;
        start: number;
    }
    Index

    Properties

    channelIdx?: number
    content: HTMLElement | null
    end: number
    id: string
    play: () => void
    remove: () => void
    setOptions: (options: Record<string, unknown>) => void
    start: number