Type alias H5PExtrasWithState<TState>

H5PExtrasWithState<TState>: H5PExtras & {
    previousState?: TState;
}

Type Parameters

  • TState

Type declaration

  • Optional previousState?: TState