Member Junction
    Preparing search index...

    Utility functions for working with class hierarchies and reflection

    interface ClassInfo {
        name: string;
        reference: any;
    }
    Index

    Properties

    Properties

    name: string

    The name of the class

    reference: any

    Reference to the class constructor