MCPcopy
hub / github.com/QwikDev/qwik / SlotState

Interface SlotState

packages/qwik-react/src/react/slot.ts:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import type { QwikifyOptions, QwikifyProps } from './types';
5
6interface SlotState {
7 el?: Element;
8 scopeId: string;
9 attachedEl?: Element;
10}
11const SlotCtx = createContext<SlotState>({ scopeId: '' });
12
13export function main(slotEl: Element | undefined, scopeId: string, RootCmp: any, props: any) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…