AIDK API Reference / aidk-shared / isContentComponent
Function: isContentComponent() ​
ts
function isContentComponent(value: unknown): boolean;Defined in: packages/shared/src/identity.ts:126
Check if a value is a content component.
Parameters ​
| Parameter | Type | Description |
|---|---|---|
value | unknown | The value to check |
Returns ​
boolean
True if it's a content component