type
TypedAllLocalesCollection
A collection read descriptor for generated all-locales document models.
Methods
| Property | Type | Description |
|---|---|---|
With(local) | BoundTypedAllLocalesCollection[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 TypedAllLocalesCollection[Document any] struct {
slug string
}Methods
TypedAllLocalesCollection.With()With binds the generated all-locales definition to the operation engine.