TsTypeAnnotation

@Serializable
@SerialName(value = "TsTypeAnnotation")
class TsTypeAnnotation : Node, HasSpan

conflict with @SerialName remove class property override var type : String? = "TsTypeAnnotation"

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override var span: Span
Link copied to clipboard
@EncodeDefault
var typeAnnotation: TsType?

Functions

Link copied to clipboard

TsTypeAnnotation#typeAnnotation: TsType? extension function for create TsType? -> TsArrayType

Link copied to clipboard

TsTypeAnnotation#typeAnnotation: TsType? extension function for create TsType? -> TsConditionalType

Link copied to clipboard

TsTypeAnnotation#typeAnnotation: TsType? extension function for create TsType? -> TsConstructorType

Link copied to clipboard

TsTypeAnnotation#typeAnnotation: TsType? extension function for create TsType? -> TsFunctionType

Link copied to clipboard

TsTypeAnnotation#typeAnnotation: TsType? extension function for create TsType? -> TsImportType

Link copied to clipboard

TsTypeAnnotation#typeAnnotation: TsType? extension function for create TsType? -> TsIndexedAccessType

Link copied to clipboard

TsTypeAnnotation#typeAnnotation: TsType? extension function for create TsType? -> TsInferType

Link copied to clipboard

TsTypeAnnotation#typeAnnotation: TsType? extension function for create TsType? -> TsIntersectionType

Link copied to clipboard

TsTypeAnnotation#typeAnnotation: TsType? extension function for create TsType? -> TsKeywordType

Link copied to clipboard

TsTypeAnnotation#typeAnnotation: TsType? extension function for create TsType? -> TsLiteralType

Link copied to clipboard

TsTypeAnnotation#typeAnnotation: TsType? extension function for create TsType? -> TsMappedType

Link copied to clipboard

TsTypeAnnotation#typeAnnotation: TsType? extension function for create TsType? -> TsOptionalType

Link copied to clipboard

TsTypeAnnotation#typeAnnotation: TsType? extension function for create TsType? -> TsParenthesizedType

Link copied to clipboard

TsTypeAnnotation#typeAnnotation: TsType? extension function for create TsType? -> TsRestType

Link copied to clipboard

TsTypeAnnotation#typeAnnotation: TsType? extension function for create TsType? -> TsThisType

Link copied to clipboard

TsTypeAnnotation#typeAnnotation: TsType? extension function for create TsType? -> TsTupleType

Link copied to clipboard

TsTypeAnnotation#typeAnnotation: TsType? extension function for create TsType? -> TsTypeLiteral

Link copied to clipboard

TsTypeAnnotation#typeAnnotation: TsType? extension function for create TsType? -> TsTypeOperator

Link copied to clipboard

TsTypeAnnotation#typeAnnotation: TsType? extension function for create TsType? -> TsTypePredicate

Link copied to clipboard

TsTypeAnnotation#typeAnnotation: TsType? extension function for create TsType? -> TsTypeQuery

Link copied to clipboard

TsTypeAnnotation#typeAnnotation: TsType? extension function for create TsType? -> TsTypeReference

Link copied to clipboard

TsTypeAnnotation#typeAnnotation: TsType? extension function for create TsType? -> TsUnionType