{/* This file is NOT rendered directly. Sections are imported by framework pages. */}

<section id="reference">
  ## Return Value

  | Property         | Type                                                         | Description                                                                                                                                                                                                                                                                                                                          | Default |  Required  |
  | :--------------- | :----------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------ | :--------: |
  | ssrDataUsed      | boolean                                                      | Whether SSR data was used for initialization.&#xA;&#xA;\`true\` if SSR data was provided and successfully consumed,&#xA;\`false\` otherwise.                                                                                                                                                                                         | -       | ✅ Required |
  | ssrSkippedReason | "no\_data" \| "fetch\_failed" \| "context\_mismatch" \| null | Reason SSR data was skipped, or \`null\` if used successfully.&#xA;&#xA;- \`'no\_data'\` — no \`ssrData\` prop was provided to the provider&#xA;- \`'fetch\_failed'\` — \`ssrData\` was provided but the Promise resolved with no data&#xA;- \`'context\_mismatch'\` — \`ssrData\` did not match the current runtime request context | -       | ✅ Required |

  > ℹ️ **Info:**
  > Must be used within a ConsentManagerProvider. Throws if used outside the provider context.
</section>
