Skip to content

AIDK API Reference / aidk-shared / HOST_PRIMITIVE_SYMBOL

Variable: HOST_PRIMITIVE_SYMBOL ​

ts
const HOST_PRIMITIVE_SYMBOL: typeof HOST_PRIMITIVE_SYMBOL;

Defined in: packages/shared/src/identity.ts:29

Symbol used to mark host primitive components. These are structural primitives that should be handled by the renderer, not executed as functions.

Released under the MIT License.