VideoPluginConfig: {
    bigbutton?: boolean;
    keypoints?: VideoKeypoint[];
    progressbar?: boolean;
}

Type declaration

  • Optionalbigbutton?: boolean

    displays a big "play" button in the center of the viewer

    true
    
  • Optionalkeypoints?: VideoKeypoint[]

    defines autorotate timed keypoints

  • Optionalprogressbar?: boolean

    displays a progressbar on top of the navbar

    true