Type Alias: FieldValue<T>
FieldValue<
T> =Textends"string"?string:Textends"number"?number:Textends"boolean"?boolean:Textends"date"?Date:Textends"set"?Set<CoreValue> :Textends"map"?Dictionary<string,CoreValue> :Textends"richtext"?RichText:CoreValue
Defined in: cfds/base/schema.ts:60
A mapping between a schema type and its native variable type.
Type Parameters
| Type Parameter |
|---|
T extends ValueType |