Skip to content

ClassMethodOutput

Renders a return type row with type name, optional description, and optional hint/link.

PropTypeDefaultDescription
typestringrequiredReturn type
highlightstring"type"Syntax highlight type
hintstringHint text shown below the row
targetstringLink URL

The default slot is the return value description.

<CB.ClassMethodOutput type="Promise<User[]>">
A list of matching users
</CB.ClassMethodOutput>