Triangle.js Docs
    Preparing search index...

    Interface Handler<T>

    interface Handler<T> {
        copy: (value: T) => T;
        type: new (...args: any[]) => T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    copy: (value: T) => T
    type: new (...args: any[]) => T