NativeValueSelectorWeb()
NativeValueSelectorWeb<
OptType
>(props
:ValueSelectorNativeProps
<OptType
>):Element
Defined in: packages/native/src/components/NativeValueSelectorWeb.tsx:6
Type Parameters
Type Parameter | Default type |
---|---|
OptType extends { [key: string] : unknown ; disabled : boolean ; label : string ; name : string ; value : string ; } | { [key: string] : unknown ; disabled : boolean ; label : string ; name : string ; value : string ; } |
Parameters
Parameter | Type |
---|---|
props | ValueSelectorNativeProps <OptType > |
Returns
Element
caution
API documentation is generated from the latest commit on the main
branch. It may be somewhat inconsistent with official releases of React Query Builder.