MCPcopy Create free account
hub / github.com/cookpete/react-player / VideoElementProps

Interface VideoElementProps

src/types.ts:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20export interface VideoElementProps
21 extends React.DetailedHTMLProps<VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement> {
22 playbackRate?: number;
23 volume?: number;
24 config?: Config;
25}
26
27export interface ReactPlayerProps extends PreviewProps, VideoElementProps {
28 config?: Config;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected