Function reflectionListStaticAttributesAs

  • Lists all static attributes of a given class.

    Type Parameters

    • T

    Parameters

    • classType: unknown

      The type of the class.

    • Optional filter: ((name) => boolean)

      A predicate used to filter out unwanted methods or attributes.

        • (name): boolean
        • Parameters

          • name: string

          Returns boolean

    Returns T[]

    an array of result values.

Generated using TypeDoc