Skip to content

Latest commit

 

History

History
73 lines (58 loc) · 3.16 KB

File metadata and controls

73 lines (58 loc) · 3.16 KB

Functions

generateAllMessagePayloads(generatorTargetDir, parameters, messages)

Typedefs

SupportedLanguages : string
Parameters : object

SUPPORTED_LANGUAGES : enum

Enum for supported languages by this filter

Kind: global enum
Read only: true
Properties

Name Type Default
cplusplus SupportedLanguages cplusplus
csharp SupportedLanguages csharp
crystal SupportedLanguages crystal
dart SupportedLanguages dart
elm SupportedLanguages elm
golang SupportedLanguages golang
haskell SupportedLanguages haskell
java SupportedLanguages java
jsonschema SupportedLanguages json-schema
javascript SupportedLanguages javascript
javascriptproptypes SupportedLanguages javascript-prop-types
kotlin SupportedLanguages kotlin
pike SupportedLanguages pike
python SupportedLanguages python
rust SupportedLanguages rust
ruby SupportedLanguages ruby
swift SupportedLanguages swift
typescript SupportedLanguages typescript

generateAllMessagePayloads(generatorTargetDir, parameters, messages)

Kind: global function

Param Type
generatorTargetDir string
parameters Parameters
messages *

SupportedLanguages : string

Kind: global typedef

Parameters : object

Kind: global typedef
Properties

Name Type Description
subTargetDir string which relative target sub directory should it be rendered to. It is relative to where the generators targetDir
renderOptions string Provide a JSON object as a string which should be parsed to quicktype.
quicktypeLanguage SupportedLanguages Which type of quicktype language should be generated.