MCPcopy Create free account
hub / github.com/bombshell-dev/clack / render

Method render

packages/core/src/prompts/prompt.ts:20–20  ·  view source on GitHub ↗
(this: Omit<Self, 'prompt'>)

Source from the content-addressed store, hash-verified

18
19export interface PromptOptions<TValue, Self extends Prompt<TValue>> {
20 render(this: Omit<Self, 'prompt'>): string | undefined;
21 initialValue?: any;
22 initialUserInput?: string;
23

Callers

nothing calls this directly

Implementers 1

Promptpackages/core/src/prompts/prompt.ts

Calls

no outgoing calls

Tested by

no test coverage detected