TypeDoc API - v0.28.2

    Class TupleType

    Represents a tuple type.

    let value: [string, boolean];
    

    Hierarchy (View Summary, Expand)

    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

    elements: Models.SomeType[]

    The ordered type elements of the tuple type.

    type: "tuple"

    The type name identifier.

    MMNEPVFCICPMFPCPTTAAATR