Home > @uniformdev/mesh-sdk-react > RequestMethodSelect

RequestMethodSelect() function

Dropdown to pick a HTTP method for a request

Signature:

declare function RequestMethodSelect(props: Omit<InputSelectProps, 'value' | 'onChange' | 'options'>): _emotion_react_jsx_runtime.JSX.Element;

Parameters

ParameterTypeDescription
propsOmit<InputSelectProps, 'value' | 'onChange' | 'options'>

Returns:

_emotion_react_jsx_runtime.JSX.Element