type
PluginFieldType
type PluginFieldType struct {
Key string `json:"key"`
TypeScriptPackage string `json:"typescriptPackage"`
TypeScriptOutput string `json:"typescriptOutput"`
TypeScriptInput string `json:"typescriptInput"`
TypeScriptWhere string `json:"typescriptWhere,omitempty"`
GoPackage string `json:"goPackage,omitempty"`
GoType string `json:"goType,omitempty"`
JSONSchema json.RawMessage `json:"jsonSchema,omitempty"`
}Generated Go, TypeScript, and JSON Schema contracts for a plugin field.
Keystring- The Key value.
TypeScriptPackagestring- The TypeScriptPackage value.
TypeScriptOutputstring- The TypeScriptOutput value.
TypeScriptInputstring- The TypeScriptInput value.
TypeScriptWherestring- The TypeScriptWhere value.
GoPackagestring- The GoPackage value.
GoTypestring- The GoType value.
JSONSchemajson.RawMessage- The JSONSchema value.