SingleFunctionRenderType
@the-codegen-project/cli • Docs
Home / SingleFunctionRenderType
Interface: SingleFunctionRenderType
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
code | string | - | src/codegen/types.ts:198 |
dependencies | string[] | - | src/codegen/types.ts:199 |
functionName | string | - | src/codegen/types.ts:197 |
functionType | ChannelFunctionTypes | - | src/codegen/types.ts:200 |
messageType | string | - | src/codegen/types.ts:201 |
method? | string | - | src/codegen/types.ts:209 |
pathSegments? | string[] | - | src/codegen/types.ts:208 |
replyType? | string | - | src/codegen/types.ts:202 |
tags? | string[] | Grouping metadata used by the channels generator's organization option. Populated at the render call sites and consumed only in finalizeGeneration. | src/codegen/types.ts:207 |