Skip to content

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 ​

ParameterTypeDescription
valueunknownThe value to check

Returns ​

boolean

True if it's a content component

Released under the MIT License.