geoview-core
    Preparing search index...

    Type Alias ClassType<T>

    ClassType: RegularClassType<T> | AbstractClassType<T>

    Represents a constructor type that returns an instance of T. This is useful when you need to pass around classes (constructors) generically, such as for type assertions, factories, dependency injection, or reflection.

    Type Parameters

    • T

      The type of the instance the constructor produces.