Skip to main content
zerotal

Documentation


Documentation / @zerotal/core / view / VIEW_COMPONENT_SYMBOL

Variable: VIEW_COMPONENT_SYMBOL

const VIEW_COMPONENT_SYMBOL: typeof VIEW_COMPONENT_SYMBOL

Defined in: view/jsx-runtime.ts:11

Well-known symbol stamped onto functions that are Zerotal view components, letting the renderer distinguish page/layout components from ordinary functions. Registered via Symbol.for so the marker survives across module realms.