PresentationTechnologyEntry<Exports>: TechnologyEntryBase<Exports> & {
    supported: ((resource, playbackTechnology) => boolean);
    type: Presentation;
}

Type Parameters

Type declaration

  • supported: ((resource, playbackTechnology) => boolean)
  • type: Presentation

Generated using TypeDoc