MCPcopy Index your code
hub / github.com/reactjs/react-docgen / MethodParameter

Interface MethodParameter

packages/react-docgen/src/Documentation.ts:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11export interface MethodParameter {
12 name: string;
13 description?: string;
14 optional: boolean;
15 type?: TypeDescriptor<FunctionSignatureType> | null;
16}
17
18export interface MethodReturn {
19 description?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected