h5p-types
    Preparing search index...

    Interface IH5PResumableType<TState>

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

    Type Parameters

    • TState = unknown
    Index

    Methods

    • Returns undefined | TState