RSX Code Reference
    Preparing search index...

    Type Alias ClassOf<T>

    ClassOf: (new (...args: any[]) => T) | Function

    Represents a class of the specified type T.

    Type Parameters

    • T