DocumentationElementinterface
{
readonly type: "tree-documentation";
}| Property | Type | |
|---|---|---|
.type | "tree-documentation" | required readonly |
Element representing a documented code symbol.
- The
kindprop distinguishes specific symbol types (function, class, property, etc.) without baking the list in.