{ "componentDescription": "", "propDescriptions": { "children": { "description": "The content of the component, normally an IconButton or string." }, "classes": { "description": "Override or extend the styles applied to the component." }, "component": { "description": "The component used for the root node. Either a string to use a HTML element or a component." }, "disablePointerEvents": { "description": "Disable pointer events on the root. This allows for the content of the adornment to focus the input on click." }, "disableTypography": { "description": "If children is a string then disable wrapping in a Typography component." }, "position": { "description": "The position this adornment should appear relative to the Input." }, "sx": { "description": "The system prop that allows defining system overrides as well as additional CSS styles." }, "variant": { "description": "The variant to use. Note: If you are using the TextField component or the FormControl component you do not have to set this manually." } }, "classDescriptions": { "disablePointerEvents": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "disablePointerEvents={true}" }, "filled": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "variant=\"filled\"" }, "hiddenLabel": { "description": "Styles applied if the adornment is used inside ." }, "outlined": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "variant=\"outlined\"" }, "positionEnd": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "position=\"end\"" }, "positionStart": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "position=\"start\"" }, "root": { "description": "Styles applied to the root element." }, "sizeSmall": { "description": "Styles applied if the adornment is used inside ." }, "standard": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "variant=\"standard\"" } } }