Interface VideoDuplicateLoadingError

interface VideoDuplicateLoadingError {
    video: Promise<IVideo>;
}

Hierarchy

  • Error
    • VideoDuplicateLoadingError

Properties

Properties

video: Promise<IVideo>

読み込み中の動画を返すPromise / Promise that returns the video currently being loaded