Skip to content

InspectorFacets

Defined in: Inspector.ts:163

Open, augmentable map of namespaced Inspector facets. Core declares only the index signature and stays agnostic of what any namespace means; a plugin that registers an InspectorFacetContributor augments this interface via declare module "@yagejs/core" to type its own key (the renderer adds render, typed as its own RenderFacetSnapshot).

[namespace: string]: unknown