Web Viewer - v0.29.2
    Preparing search index...

    Interface BaseProps

    interface BaseProps {
        height?: string;
        rrd: string | string[];
        width?: string;
    }
    Index

    Properties

    Properties

    height?: string

    CSS height of the viewer's parent div

    rrd: string | string[]

    URL(s) of the .rrd file(s) to load. Changing this prop will open any new unique URLs as recordings, and close any URLs which are not present.

    width?: string

    CSS width of the viewer's parent div