Perseus
    Preparing search index...

    Options for the video widget. Embeds a video by its location ID.

    interface VideoEditorProps {
        location: string;
        onChange: (options: PerseusVideoWidgetOptions) => void;
        static?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    location: string
    onChange: (options: PerseusVideoWidgetOptions) => void
    static?: boolean

    static is not used for the video widget.