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

    Class TupleType

    Represents a tuple type.

    let value: [string, boolean];
    

    Hierarchy (View Summary)

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

      Returns string

    elements: Models.SomeType[]

    The ordered type elements of the tuple type.

    type: "tuple"

    The type name identifier.