Class QueryType

Represents a type that is constructed by querying the type of a reflection.

const x = 1
type Z = typeof x // query on reflection for x

Hierarchy

Constructors

Properties

queryType: ReferenceType
type: "query" = "query"

The type name identifier.

Methods

  • Implementation method for toString. needsParenthesis will be used to determine if the returned string should be wrapped in parenthesis.

    Returns string

Generated using TypeDoc