API for a loader.

interface Loader<T> {
    load(callback): any;
}

Type Parameters

  • T

Implemented by

Methods

Methods

  • Initiate loading the data.

    Parameters

    Returns any