Code in Tables
Use inline code formatting within tables to document API parameters, properties, methods, and types in a structured format.
Syntax
Use backticks for inline code in table cells:
| Name | Type | Description |
| --- | --- | --- |
| `propertyName` | `string` | Description text |
Example
UserOptions : object
Properties
Name
Type
Description
idstringUnique identifier for the user
usernamestringUser's display name
emailstringUser's email address
createdAtDateTimestamp when the user was created
isActivebooleanWhether the user account is active