type
Computed
type Computed = core.ComputedResolve a virtual output field after an operation produces a document.
contextComputedContext- The operation, actor, result document, locale, and LocalAPI.
Returns (store.Value, error) A value matching the virtual field declaration, or an error.
Computed values are not stored. They are resolved through explicit OutputFields selection and redacted by field read access like authored output.