Endo API documentation
    Preparing search index...

    Type Alias ERef<T>

    ERef: T | PromiseLike<T>

    A reference of some kind for to an object of type T. It may be a direct reference to a local T. It may be a local presence for a remote T. It may be a promise for a local or remote T. Or it may even be a thenable (a promise-like non-promise with a "then" method) for a T.

    Type Parameters

    • T