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