Methods
renderDescription
renderDescription( description: string ) : string
Defined in schemaPrinter.ts:51
Parameters
Returns string
renderName
renderName( name: string ) : string
Defined in schemaPrinter.ts:31
Parameters
Returns string
renderTitle
renderTitle( title: string ) : string
Defined in schemaPrinter.ts:41
Parameters
Returns string
renderType
renderType( propertyType: string ) : string
Defined in schemaPrinter.ts:61
Parameters
Returns string
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Renders schema properties. By default, this is simply an identity transform. Subclasses may provide more interesting decorations of each values, such as ANSI coloring.