Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TypeConstructor

Index

Constructors

constructor

  • Parameters

    Returns TypeConstructor

Properties

Private target

target: any

Methods

addProperty

  • adds property declaration to the type

    Parameters

    Returns TypeConstructor

addSimpleFacet

  • adds a built-in facet with a given name and value

    Parameters

    • name: string
    • value: any

    Returns TypeConstructor

annotate

  • adds annotation to the type

    Parameters

    • name: string
    • value: any

    Returns TypeConstructor

closeType

  • closes type

    Returns TypeConstructor

customFacet

  • adds custom facet to the type

    Parameters

    • name: string
    • value: any

    Returns TypeConstructor

customFacetDeclaration

  • adds custom facet declaration to the type

    Parameters

    • name: string
    • value: IParsedType
    • Optional optional: boolean

    Returns TypeConstructor

getResult

  • returns a constructed type instance

    Returns IParsedType

Generated using TypeDoc