Home > @uniformdev/mesh-sdk-react > DataSourceEditorProps
DataSourceEditorProps type
Signature:
type DataSourceEditorProps = PropsWithChildren<{
onChange: SetLocationValueDispatch<DataSourceLocationValue>;
} & Pick<VariablesProviderProps, 'editVariableComponent'>>;
References: SetLocationValueDispatch, VariablesProviderProps