DataInputViewSpec
DataInputViewSpec:
object
Defined in: filter/src/theme/types.ts:28
Type declaration
match
match: [] | [
z.ZodTypeAny
,...z.ZodTypeAny[]
] | (parameterSchemas
,fieldSchema
?) =>boolean
meta?
optional
meta:Record
<string
,unknown
>
name
name:
string
view
view:
ComponentType
<DataInputViewProps
>