C3 AI Console Reference: c3ShowType
Bring up documentation on the specified type (name or instance).
Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| type | Type | Mandatory | The Type to show documentation for |
Examples
Display documentation for Persistable:
JavaScript
c3ShowType(Persistable)