Hierarchy

  • Context<ConstructionProps>
    • LmsClientContext

Constructors

Methods

  • Returns never

Properties

constructorProps: ConstructionProps
contextManager: ContextManager
disposed: boolean
onCompletion: Event<[]> = ...

An event that is triggered when the completion status is updated.

onProgress: Event<[number]> = ...

An event that is triggered when the the progress is updated. The value of the event ranges from 0 to 1. 1 means the progress is completed.