Interface DataContainer<T>

A generic data container.

Type Parameters

  • T

    The type of the data.

Hierarchy

  • DataContainer

Implemented by

Properties

Properties

data: null | T

The data.

Generated using TypeDoc