Interface TypescriptGenerationOptions

Typescript generation options type. Contains all information needed to stringify some objects to typescript.

Export

Interface

TypescriptGenerationOptions

Hierarchy

  • TypescriptGenerationOptions

Properties

eol: "" | ";"

Defines end of line character (semicolon or nothing).

Memberof

TypescriptGenerationOptions

insertSpaces: boolean

Insert spaces instead of tabs (default: true)

Memberof

TypescriptGenerationOptions

multiLineTrailingComma: boolean

Defines if the last line of a multiline import should have a comma.

Memberof

TypescriptGenerationOptions

multiLineWrapThreshold: number

The threshold where an import is written as multiline.

Memberof

TypescriptGenerationOptions

spaceBraces: boolean

Defines if the symbols should have spacing in the braces ({ Foo } or {Foo}).

Memberof

TypescriptGenerationOptions

stringQuoteStyle: string

Which quote type should be used (' or ").

Memberof

TypescriptGenerationOptions

tabSize: number

How many spaces of indentiation.

Memberof

TypescriptGenerationOptions

The wrapping methodology to be used for imports.

Memberof

TypescriptGenerationOptions

Generated using TypeDoc