schema-components - v3.7.0
    Preparing search index...

    Variable widgetsContextPortConst

    widgetsContextPort: {
        provide(
            host: ReactiveControllerHost & ReactiveElement,
            value: LitWidgetMap,
        ): { setValue: (value: LitWidgetMap) => void };
        consume(
            host: ReactiveControllerHost & ReactiveElement,
        ): { value?: LitWidgetMap };
    } = ...

    Lit binding wrapping ContextProvider / ContextConsumer from @lit/context for the widgetsContext. Parallel to resolverContextPort; see that export for the rationale on why the Lit port is host-scoped rather than matching the canonical ContextPort signature directly.

    Type Declaration