sparse-octree - v7.2.0
    Preparing search index...

    Interface DataContainer<T>

    A generic data container.

    interface DataContainer<T = unknown> {
        data: T | null;
    }

    Type Parameters

    • T = unknown

      The type of the data.

    Implemented by

    Index

    Properties

    Properties

    data: T | null

    The data.