Home > @uniformdev/mesh-sdk-react > ParameterConnectOptions
ParameterConnectOptions type
Context to tell the binding UI what types are allowed for the current binding expression
Signature:
type ParameterConnectOptions = {
connectsTo: BindableTypes[];
};
References: BindableTypes