Coda by Ian Macalinao
    Preparing search index...

    Function providedNode

    • Exposes a node under a name so consumers in the surrounding scope can resolve it by that key. Sits inside a host's provides list and pairs with injectedValueNode on the consumer side: an injection with the matching key resolves to this entry's node.

      Type Parameters

      • const TNode extends Node

      Parameters

      • name: string
      • value: TNode

      Returns ProvidedNode<TNode>