ClassMethodOutput
Renders a return type row with type name, optional description, and optional hint/link.
| Prop | Type | Default | Description |
|---|---|---|---|
type | string | required | Return type |
highlight | string | "type" | Syntax highlight type |
hint | string | — | Hint text shown below the row |
target | string | — | Link URL |
The default slot is the return value description.
Example
Section titled “Example”<CB.ClassMethodOutput type="Promise<User[]>"> A list of matching users</CB.ClassMethodOutput>