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 |
headerType? | string | The header type used in the channel function's callback, when the channel has headers. Consumed by the client generator so its wrapper subscribe methods declare the same callback signature as the channel function they delegate to. | src/codegen/types.ts:215 |
messageType | string | - | src/codegen/types.ts:201 |
messageUnionType? | string | The user-facing input type for the message at publish/request sites. For object payloads this is the `Interface | Classunion; otherwise it equalsmessageType`. Consumed by the client generator so its wrapper publish methods accept the same ergonomic plain object the channel functions do. |
method? | string | - | src/codegen/types.ts:223 |
pathSegments? | string[] | - | src/codegen/types.ts:222 |
replyType? | string | - | src/codegen/types.ts:216 |
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:221 |