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 (view full)

Constructors

Properties

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