jamespot-user-api
Preparing search index...
surveyFieldRadioSchema
Variable surveyFieldRadioSchema
Const
surveyFieldRadioSchema
:
ZodObject
<
{
condition
:
ZodType
<
boolean
,
ZodTypeDef
,
boolean
>
;
description
:
ZodType
<
string
,
ZodTypeDef
,
string
>
;
extraParams
:
ZodOptionalType
<
ZodType
<
Record
<
string
,
unknown
>
|
undefined
,
ZodTypeDef
,
Record
<
string
,
unknown
>
|
undefined
,
>
,
>
;
label
:
ZodType
<
string
,
ZodTypeDef
,
string
>
;
mandatory
:
ZodType
<
boolean
,
ZodTypeDef
,
boolean
>
;
uniqid
:
ZodType
<
string
,
ZodTypeDef
,
string
>
;
widgetOptions
:
ZodOptionalType
<
ZodType
<
Record
<
string
,
unknown
>
|
undefined
,
ZodTypeDef
,
Record
<
string
,
unknown
>
|
undefined
,
>
,
>
;
}
&
{
data
:
ZodArray
<
ZodObject
<
ZodShape
<
SurveyFieldRadioData
>
,
"strip"
,
ZodTypeAny
,
SurveyFieldRadioData
,
SurveyFieldRadioData
,
>
,
"many"
,
>
;
name
:
ZodLiteral
<
Radio
>
;
}
,
"strip"
,
ZodTypeAny
,
{
condition
:
boolean
;
data
:
SurveyFieldRadioData
[]
;
description
:
string
;
extraParams
?:
Record
<
string
,
unknown
>
;
label
:
string
;
mandatory
:
boolean
;
name
:
Radio
;
uniqid
:
string
;
widgetOptions
?:
Record
<
string
,
unknown
>
;
}
,
{
condition
:
boolean
;
data
:
SurveyFieldRadioData
[]
;
description
:
string
;
extraParams
?:
Record
<
string
,
unknown
>
;
label
:
string
;
mandatory
:
boolean
;
name
:
Radio
;
uniqid
:
string
;
widgetOptions
?:
Record
<
string
,
unknown
>
;
}
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
jamespot-user-api
Loading...