Interface IRestorable<T, U>

An interface for objects that can be restored.

Typeparam

T - The type of object held by the restorable collection.

Typeparam

U - The restored promise resolution type. Defaults to any.

Type Parameters

Hierarchy

  • IRestorable

Implemented by

Properties

Methods

Properties

restored: Promise<U>

A promise that settles when the collection has been restored.

Methods

  • Restore the objects in this restorable collection.

    Parameters

    Returns Promise<U>

    A promise that settles when restored with any results.

Generated using TypeDoc