Type alias VideoPluginConfig

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

Type declaration

  • Optional bigbutton?: boolean

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

    Default

    true
    
  • Optional keypoints?: VideoKeypoint[]

    defines autorotate timed keypoints

  • Optional progressbar?: boolean

    displays a progressbar on top of the navbar

    Default

    true
    

Generated using TypeDoc