Hierarchy

  • ObjectType

Implements

Index

Constructors

constructor

  • new ObjectType(members?: Map<string, Type>, isDotDotDot?: boolean, isQuestion?: boolean): ObjectType
  • Parameters

    • Default value members: Map<string, Type> = new Map<string, Type>()
    • Default value isDotDotDot: boolean = false
    • Default value isQuestion: boolean = false

    Returns ObjectType

Properties

isDotDotDot

isDotDotDot: boolean

isQuestion

isQuestion: boolean

kind

kind: string = "object"

members

members: Map<string, Type>

Methods

convert

  • convert(argument: any): any

convertMember

  • convertMember(memberName: string[], memberValue: string): any

toConstructor

  • toConstructor(): string

toString

  • toString(): string