1 line
474 KiB
JSON
1 line
474 KiB
JSON
|
{"src/components/A.react.js":{"description":"A is a wrapper for the <a> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/a","displayName":"A","methods":[],"props":{"id":{"type":{"name":"string"},"required":false,"description":"The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app."},"children":{"type":{"name":"node"},"required":false,"description":"The children of this component"},"n_clicks":{"type":{"name":"number"},"required":false,"description":"An integer that represents the number of times\nthat this element has been clicked on.","defaultValue":{"value":"0","computed":false}},"n_clicks_timestamp":{"type":{"name":"number"},"required":false,"description":"An integer that represents the time (in ms since 1970)\nat which n_clicks changed. This can be used to tell\nwhich button was changed most recently.","defaultValue":{"value":"-1","computed":false}},"disable_n_clicks":{"type":{"name":"bool"},"required":false,"description":"When True, this will disable the n_clicks prop. Use this to remove\nevent listeners that may interfere with screen readers."},"key":{"type":{"name":"string"},"required":false,"description":"A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info"},"data-*":{"type":{"name":"string"},"required":false,"description":"A wildcard data attribute"},"aria-*":{"type":{"name":"string"},"required":false,"description":"A wildcard aria attribute"},"download":{"type":{"name":"string"},"required":false,"description":"Indicates that the hyperlink is to be used for downloading a resource."},"href":{"type":{"name":"string"},"required":false,"description":"The URL of a linked resource."},"hrefLang":{"type":{"name":"string"},"required":false,"description":"Specifies the language of the linked resource."},"media":{"type":{"name":"string"},"required":false,"description":"Specifies a hint of the media for which the linked resource was designed."},"referrerPolicy":{"type":{"name":"string"},"required":false,"description":"Specifies which referrer is sent when fetching the resource."},"rel":{"type":{"name":"string"},"required":false,"description":"Specifies the relationship of the target object to the link object."},"shape":{"type":{"name":"string"},"required":false,"description":""},"target":{"type":{"name":"string"},"required":false,"description":"Specifies where to open the linked document (in the case of an <a> element) or where to display the response received (in the case of a <form> element)"},"accessKey":{"type":{"name":"string"},"required":false,"description":"Keyboard shortcut to activate or add focus to the element."},"className":{"type":{"name":"string"},"required":false,"description":"Often used with CSS to style elements with common properties."},"contentEditable":{"type":{"name":"string"},"required":false,"description":"Indicates whether the element's content is editable."},"dir":{"type":{"name":"string"},"required":false,"description":"Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"},"draggable":{"type":{"name":"string"},"required":false,"description":"Defines whether the element can be dragged."},"hidden":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'hidden'","computed":false},{"value":"'HIDDEN'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Prevents rendering of given element, while keeping child elements, e.g. script elements, active."},"lang":{"type":{"name":"string"},"required":false,"description":"Defines the language used in the element."},"role":{"type":{"name":"string"},"required":false,"description":"Defines an explicit role for an element for use by assistive technologies."},"spellCheck":{"type":{"name":"string"},"required":false,"description":"Indicates whether spell checking is allowed for the element."},"style":{"type":{"name":"object"},"required":fals
|