ScalarInstrument
Ce contenu n’est pas encore disponible dans votre langue.
ScalarInstrument<
TData
,TLanguage
>:Merge
<BaseInstrument
<TLanguage
>, {defaultMeasureVisibility
:InstrumentMeasureVisibility
;internal
:ScalarInstrumentInternal
;measures
:InstrumentMeasures
<TData
,TLanguage
> |null
;validationSchema
:z.ZodType
<TData
>; }>
Defined in: packages/runtime-core/lib/types/instrument.base.d.ts:150
The basic properties common to all scalar instruments. Specific types of instruments (e.g., form, interactive)
extend this type and are discriminated according to the kind
property.
Type Parameters
Section titled “Type Parameters”• TData = any
the structure of the data derived from this instrument
• TLanguage extends InstrumentLanguage
= InstrumentLanguage
the language(s) of the instrument