type
TypedAllLocalesGlobal
A global read descriptor for generated all-locales document models.
Methods
| Property | Type | Description |
|---|---|---|
With(local) | BoundTypedAllLocalesGlobal[Document] | Bind all-locales reads to one application LocalAPI. |
How it works
Use the ordinary generated collection/global handle for single-locale reads and writes. Localized projects additionally generate this read binding for locale-map output. Both use the operation engine for access, redaction, population and projection.
Full signature
type TypedAllLocalesGlobal[Document any] struct{ slug string }Methods
TypedAllLocalesGlobal.With()With binds the generated all-locales global definition to the operation engine.