ColumnSerializeContext
Defined in: packages/repo/src/types.ts:50
Context passed to column serializer hooks.
Type Parameters
Section titled “Type Parameters”Desc extends DescMessage = DescMessage
K extends ColumnKey<Desc> = ColumnKey<Desc>
Properties
Section titled “Properties”contextValues
Section titled “contextValues”contextValues:
ContextValues
Defined in: packages/repo/src/types.ts:64
Per-operation context values shared with interceptors.
field:
Desc["field"][K]
Defined in: packages/repo/src/types.ts:55
Descriptor for the configured proto field.
operation
Section titled “operation”operation:
ColumnSerializeOperation
Defined in: packages/repo/src/types.ts:58
Whether the field is being prepared for create or update.
value:
ColumnFieldValue<Desc,K>
Defined in: packages/repo/src/types.ts:61
The current field value from the protobuf message.