Interface Reference<T>

interface Reference<T> {
    object: T;
    dispose(): void;
}

Type Parameters

  • T

Hierarchy (view full)

Properties

Methods

Properties

object: T

Methods