Interface IH5PResumableType<TState>

interface IH5PResumableType<TState = unknown> {
    getCurrentState(): undefined | TState;
}

Type Parameters

  • TState = unknown

Methods

  • Returns undefined | TState