TypeDoc API - v0.28.2
    Preparing search index...

    Class ConditionalType

    Represents a conditional type.

    let value: Check extends Extends ? True : False;
    

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

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

      Returns string

    Properties

    checkType: Models.SomeType
    extendsType: Models.SomeType
    falseType: Models.SomeType
    trueType: Models.SomeType
    type: "conditional"

    The type name identifier.