ArgDescription interface
Description of one argument of an exposed method, as parsed from its JSDoc.
Signature:
export interface ArgDescription
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
Prose describing the argument, taken from the text after the name on the JSDoc | ||
|
boolean |
Whether the argument was documented as optional, i.e. written | ||
|
string |
Parameter name, from the JSDoc | ||
|
string |
The argument's type as written in the method's JSDoc, defaulting to | ||
|
string |
Legacy duplicate of ArgDescription.tsType — always the identical string. |
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.