AxFluentFieldInfo Generated TypeScript API reference. typescript api api/reference build/apidocs/Interface.AxFluentFieldInfo.md interface AxFluentFieldInfo

AxFluentFieldInfo

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/dsp/sig.ts#L1481

Type Parameters

Type ParameterDefault type
TType extends AxFieldType["type"]AxFieldType["type"]
TIsArray extends booleanfalse
TOptions extends readonly string[]readonly string[]
TIsOptional extends booleanfalse
_TIsInternal extends booleanfalse
TFields extends | Record<string, AxFluentFieldInfo | AxFluentFieldType> | undefinedundefined
_TIsCached extends booleanfalse

Properties

PropertyModifierType
description?readonlystring
fields?readonlyTFields
format?readonlystring
isArray?readonlyTIsArray
isCached?readonlyboolean
isInternal?readonlyboolean
isOptional?readonlyTIsOptional
itemDescription?readonlystring
maximum?readonlynumber
maxLength?readonlynumber
minimum?readonlynumber
minLength?readonlynumber
options?readonlyTOptions
pattern?readonlystring
patternDescription?readonlystring
typereadonlyTType
Docs