HandlerOptions
Defined in: builder/app.ts:33
Extended by
Section titled “Extended by”Properties
Section titled “Properties”input?
Section titled “input?”
readonlyoptionalinput?:InputDefinition|Record<string, PrimitiveDataType | MandatoryPrimitiveDataType>
Defined in: builder/app.ts:38
The builder input options are more permissive in what is accepted - they will be converted to InputType on the actual definition.
output?
Section titled “output?”
readonlyoptionaloutput?:PrimitiveDataType|OutputDefinition|TemplateBuilder|TemplateBuilder[] |TemplateDefinition|TemplateDefinition[] |"template"
Defined in: builder/app.ts:44
The builder output options are more permissive in what is accepted - they will be converted to OutputType on the actual definition.