PropagationHint: "none" | "self" | "in-tree"

A hint on whether the Astro runtime needs to wait on a component to render head content. The meanings:

  • none (default) The component does not propagation head content.
  • self The component appends head content.
  • in-tree Another component within this component's dependency tree appends head content.

These are used within the runtime to know whether or not a component should be waited on.