ProtoTwin API
    Preparing search index...

    Interface ITrackable<T>

    Interface for classes that are trackable by handles.

    Handles may only reference values of types that implement this interface. Only built-in types and user-defined component classes should implement this interface.

    interface ITrackable<T> {
        deleted: Subscribable<T>;
    }

    Type Parameters

    • T

    Implemented by

    Index

    Properties

    Properties

    deleted: Subscribable<T>