Kind: Function
Source: atloria-monorepo/packages/ui-core/src/components/api-explorer/preview-shape.ts
Render one value according to its type.
Signature
tsfunction formatCell(value: any, type: CellType): Cell
Parameters
| Name | Type |
|---|---|
value | any |
type | CellType |
Returns: Cell
Was this page helpful?