Interfaces
Interface: RefTypesOption
Controls whether resolved collection-item references carry their _type discriminator
(the collection-type slug). refTypes: false sends ?refTypes=false to drop it — a smaller
payload for consumers that already know each reference's type from context. Omitted/true
keeps the default (included) shape.
Controls whether resolved collection-item references carry their _type discriminator
(the collection-type slug). refTypes: false sends ?refTypes=false to drop it — a smaller
payload for consumers that already know each reference's type from context. Omitted/true
keeps the default (included) shape.
Embedded components also expose a _type (their component slug, used to pick a
renderer). That one is never affected by this option — it is always present.
Extended by
Properties
| Property | Type |
|---|---|
refTypes? | boolean |

