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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Abbr.react.js":{"description":"Abbr is a wrapper for the <abbr> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/abbr","displayName":"Abbr","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Acronym.react.js":{"description":"Acronym is a wrapper for the <acronym> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/acronym","displayName":"Acronym","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Address.react.js":{"description":"Address is a wrapper for the <address> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/address","displayName":"Address","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Area.react.js":{"description":"Area is a wrapper for the <area> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/area","displayName":"Area","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"},"alt":{"type":{"name":"string"},"required":false,"description":"Alternative text in case an image can't be displayed."},"coords":{"type":{"name":"string"},"required":false,"description":"A set of values specifying the coordinates of the hot-spot region."},"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."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Article.react.js":{"description":"Article is a wrapper for the <article> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/article","displayName":"Article","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Aside.react.js":{"description":"Aside is a wrapper for the <aside> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/aside","displayName":"Aside","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Audio.react.js":{"description":"Audio is a wrapper for the <audio> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio","displayName":"Audio","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"},"autoPlay":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'autoPlay'","computed":false},{"value":"'autoplay'","computed":false},{"value":"'AUTOPLAY'","computed":false}]},{"name":"bool"}]},"required":false,"description":"The audio or video should play as soon as possible."},"controls":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'controls'","computed":false},{"value":"'CONTROLS'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Indicates whether the browser should show playback controls to the user."},"crossOrigin":{"type":{"name":"string"},"required":false,"description":"How the element handles cross-origin requests"},"loop":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'loop'","computed":false},{"value":"'LOOP'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Indicates whether the media should start playing from the start when it's finished."},"muted":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'muted'","computed":false},{"value":"'MUTED'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Indicates whether the audio will be initially silenced on page load."},"preload":{"type":{"name":"string"},"required":false,"description":"Indicates whether the whole resource, parts of it or nothing should be preloaded."},"src":{"type":{"name":"string"},"required":false,"description":"The URL of the embeddable content."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/B.react.js":{"description":"B is a wrapper for the <b> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/b","displayName":"B","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Base.react.js":{"description":"Base is a wrapper for the <base> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/base","displayName":"Base","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"},"href":{"type":{"name":"string"},"required":false,"description":"The URL of a linked resource."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Basefont.react.js":{"description":"Basefont is a wrapper for the <basefont> HTML5 element.\n\nOBSOLETE: <basefont> is included for completeness, but should be avoided\nas it is only supported by Internet Explorer.\n\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/basefont","displayName":"Basefont","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Bdi.react.js":{"description":"Bdi is a wrapper for the <bdi> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/bdi","displayName":"Bdi","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Bdo.react.js":{"description":"Bdo is a wrapper for the <bdo> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/bdo","displayName":"Bdo","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Big.react.js":{"description":"Big is a wrapper for the <big> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/big","displayName":"Big","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Blink.react.js":{"description":"Blink is a wrapper for the <blink> HTML5 element.\n\nOBSOLETE: <blink> is included for completeness, but should be avoided\nas it is not supported by any modern browsers.\n\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/blink","displayName":"Blink","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Blockquote.react.js":{"description":"Blockquote is a wrapper for the <blockquote> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/blockquote","displayName":"Blockquote","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"},"cite":{"type":{"name":"string"},"required":false,"description":"Contains a URI which points to the source of the quote or change."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Br.react.js":{"description":"Br is a wrapper for the <br> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/br","displayName":"Br","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Button.react.js":{"description":"Button is a wrapper for the <button> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/button","displayName":"Button","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"},"autoFocus":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'autoFocus'","computed":false},{"value":"'autofocus'","computed":false},{"value":"'AUTOFOCUS'","computed":false}]},{"name":"bool"}]},"required":false,"description":"The element should be automatically focused after the page loaded."},"disabled":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'disabled'","computed":false},{"value":"'DISABLED'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Indicates whether the user can interact with the element."},"form":{"type":{"name":"string"},"required":false,"description":"Indicates the form that is the owner of the element."},"formAction":{"type":{"name":"string"},"required":false,"description":"Indicates the action of the element, overriding the action defined in the <form>."},"formEncType":{"type":{"name":"string"},"required":false,"description":"If the button/input is a submit button (e.g., type=\"submit\"), this attribute sets the encoding type to use during form submission. If this attribute is specified, it overrides the enctype attribute of the button's form owner."},"formMethod":{"type":{"name":"string"},"required":false,"description":"If the button/input is a submit button (e.g., type=\"submit\"), this attribute sets the submission method to use during form submission (GET, POST, etc.). If this attribute is specified, it overrides the method attribute of the button's form owner."},"formNoValidate":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'formNoValidate'","computed":false},{"value":"'formnovalidate'","computed":false},{"value":"'FORMNOVALIDATE'","computed":false}]},{"name":"bool"}]},"required":false,"description":"If the button/input is a submit button (e.g., type=\"submit\"), this boolean attribute specifies that the form is not to be validated when it is submitted. If this attribute is specified, it overrides the novalidate attribute of the button's form owner."},"formTarget":{"type":{"name":"string"},"required":false,"description":"If the button/input is a submit button (e.g., type=\"submit\"), this attribute specifies the browsing context (for example, tab, window, or inline frame) in which to display the response that is received after submitting the form. If this attribute is specified, it overrides the target attribute of the button's form owner."},"name":{"type":{"name":"string"},"required":false,"description":"Name of the element. For example used by the server to identify the fields in form submits."},"type":{"type":{"name":"string"},"required":false,"description":"Defines the type of the element."},"value":{"type":{"name":"string"},"required":false,"description":"Defines a default value which will be displayed in the element on page load."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Canvas.react.js":{"description":"Canvas is a wrapper for the <canvas> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/canvas","displayName":"Canvas","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"},"height":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as <div>, this is a legacy attribute, in which case the CSS height property should be used instead."},"width":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"For the elements listed here, this establishes the element's width. Note: For all other instances, such as <div>, this is a legacy attribute, in which case the CSS width property should be used instead."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Caption.react.js":{"description":"Caption is a wrapper for the <caption> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/caption","displayName":"Caption","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Center.react.js":{"description":"Center is a wrapper for the <center> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/center","displayName":"Center","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Cite.react.js":{"description":"Cite is a wrapper for the <cite> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/cite","displayName":"Cite","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Code.react.js":{"description":"Code is a wrapper for the <code> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/code","displayName":"Code","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Col.react.js":{"description":"Col is a wrapper for the <col> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/col","displayName":"Col","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"},"span":{"type":{"name":"string"},"required":false,"description":""},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Colgroup.react.js":{"description":"Colgroup is a wrapper for the <colgroup> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/colgroup","displayName":"Colgroup","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"},"span":{"type":{"name":"string"},"required":false,"description":""},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Content.react.js":{"description":"Content is a wrapper for the <content> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/content","displayName":"Content","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Data.react.js":{"description":"Data is a wrapper for the <data> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/data","displayName":"Data","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"},"value":{"type":{"name":"string"},"required":false,"description":"Defines a default value which will be displayed in the element on page load."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Datalist.react.js":{"description":"Datalist is a wrapper for the <datalist> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist","displayName":"Datalist","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Dd.react.js":{"description":"Dd is a wrapper for the <dd> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/dd","displayName":"Dd","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Del.react.js":{"description":"Del is a wrapper for the <del> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/del","displayName":"Del","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"},"cite":{"type":{"name":"string"},"required":false,"description":"Contains a URI which points to the source of the quote or change."},"dateTime":{"type":{"name":"string"},"required":false,"description":"Indicates the date and time associated with the 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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Details.react.js":{"description":"Details is a wrapper for the <details> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/details","displayName":"Details","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"},"open":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'open'","computed":false},{"value":"'OPEN'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Indicates whether the contents are currently visible (in the case of a <details> element) or whether the dialog is active and can be interacted with (in the case of a <dialog> 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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Dfn.react.js":{"description":"Dfn is a wrapper for the <dfn> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/dfn","displayName":"Dfn","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Dialog.react.js":{"description":"Dialog is a wrapper for the <dialog> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog","displayName":"Dialog","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"},"open":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'open'","computed":false},{"value":"'OPEN'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Indicates whether the contents are currently visible (in the case of a <details> element) or whether the dialog is active and can be interacted with (in the case of a <dialog> 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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Div.react.js":{"description":"Div is a wrapper for the <div> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/div","displayName":"Div","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Dl.react.js":{"description":"Dl is a wrapper for the <dl> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/dl","displayName":"Dl","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Dt.react.js":{"description":"Dt is a wrapper for the <dt> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/dt","displayName":"Dt","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Em.react.js":{"description":"Em is a wrapper for the <em> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/em","displayName":"Em","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Embed.react.js":{"description":"Embed is a wrapper for the <embed> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/embed","displayName":"Embed","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"},"height":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as <div>, this is a legacy attribute, in which case the CSS height property should be used instead."},"src":{"type":{"name":"string"},"required":false,"description":"The URL of the embeddable content."},"type":{"type":{"name":"string"},"required":false,"description":"Defines the type of the element."},"width":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"For the elements listed here, this establishes the element's width. Note: For all other instances, such as <div>, this is a legacy attribute, in which case the CSS width property should be used instead."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Fieldset.react.js":{"description":"Fieldset is a wrapper for the <fieldset> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset","displayName":"Fieldset","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"},"disabled":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'disabled'","computed":false},{"value":"'DISABLED'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Indicates whether the user can interact with the element."},"form":{"type":{"name":"string"},"required":false,"description":"Indicates the form that is the owner of the element."},"name":{"type":{"name":"string"},"required":false,"description":"Name of the element. For example used by the server to identify the fields in form submits."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Figcaption.react.js":{"description":"Figcaption is a wrapper for the <figcaption> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/figcaption","displayName":"Figcaption","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Figure.react.js":{"description":"Figure is a wrapper for the <figure> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/figure","displayName":"Figure","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Font.react.js":{"description":"Font is a wrapper for the <font> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/font","displayName":"Font","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Footer.react.js":{"description":"Footer is a wrapper for the <footer> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/footer","displayName":"Footer","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Form.react.js":{"description":"Form is a wrapper for the <form> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/form","displayName":"Form","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"},"accept":{"type":{"name":"string"},"required":false,"description":"List of types the server accepts, typically a file type."},"acceptCharset":{"type":{"name":"string"},"required":false,"description":"The character set, which if provided must be \"UTF-8\"."},"action":{"type":{"name":"string"},"required":false,"description":"The URI of a program that processes the information submitted via the form."},"autoComplete":{"type":{"name":"string"},"required":false,"description":"Indicates whether controls in this form can by default have their values automatically completed by the browser."},"encType":{"type":{"name":"string"},"required":false,"description":"Defines the content type of the form data when the method is POST."},"method":{"type":{"name":"string"},"required":false,"description":"Defines which HTTP method to use when submitting the form. Can be GET (default) or POST."},"name":{"type":{"name":"string"},"required":false,"description":"Name of the element. For example used by the server to identify the fields in form submits."},"noValidate":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'noValidate'","computed":false},{"value":"'novalidate'","computed":false},{"value":"'NOVALIDATE'","computed":false}]},{"name":"bool"}]},"required":false,"description":"This attribute indicates that the form shouldn't be validated when submitted."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Frame.react.js":{"description":"Frame is a wrapper for the <frame> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/frame","displayName":"Frame","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Frameset.react.js":{"description":"Frameset is a wrapper for the <frameset> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/frameset","displayName":"Frameset","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/H1.react.js":{"description":"H1 is a wrapper for the <h1> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/h1","displayName":"H1","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/H2.react.js":{"description":"H2 is a wrapper for the <h2> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/h2","displayName":"H2","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/H3.react.js":{"description":"H3 is a wrapper for the <h3> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/h3","displayName":"H3","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/H4.react.js":{"description":"H4 is a wrapper for the <h4> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/h4","displayName":"H4","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/H5.react.js":{"description":"H5 is a wrapper for the <h5> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/h5","displayName":"H5","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/H6.react.js":{"description":"H6 is a wrapper for the <h6> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/h6","displayName":"H6","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Header.react.js":{"description":"Header is a wrapper for the <header> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/header","displayName":"Header","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Hgroup.react.js":{"description":"Hgroup is a wrapper for the <hgroup> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/hgroup","displayName":"Hgroup","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Hr.react.js":{"description":"Hr is a wrapper for the <hr> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/hr","displayName":"Hr","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/I.react.js":{"description":"I is a wrapper for the <i> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/i","displayName":"I","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Iframe.react.js":{"description":"Iframe is a wrapper for the <iframe> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe","displayName":"Iframe","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"},"allow":{"type":{"name":"string"},"required":false,"description":"Specifies a feature-policy for the iframe."},"height":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as <div>, this is a legacy attribute, in which case the CSS height property should be used instead."},"name":{"type":{"name":"string"},"required":false,"description":"Name of the element. For example used by the server to identify the fields in form submits."},"referrerPolicy":{"type":{"name":"string"},"required":false,"description":"Specifies which referrer is sent when fetching the resource."},"sandbox":{"type":{"name":"string"},"required":false,"description":"Stops a document loaded in an iframe from using certain features (such as submitting forms or opening new windows)."},"src":{"type":{"name":"string"},"required":false,"description":"The URL of the embeddable content."},"srcDoc":{"type":{"name":"string"},"required":false,"description":""},"width":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"For the elements listed here, this establishes the element's width. Note: For all other instances, such as <div>, this is a legacy attribute, in which case the CSS width property should be used instead."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Img.react.js":{"description":"Img is a wrapper for the <img> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/img","displayName":"Img","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"},"alt":{"type":{"name":"string"},"required":false,"description":"Alternative text in case an image can't be displayed."},"crossOrigin":{"type":{"name":"string"},"required":false,"description":"How the element handles cross-origin requests"},"height":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as <div>, this is a legacy attribute, in which case the CSS height property should be used instead."},"referrerPolicy":{"type":{"name":"string"},"required":false,"description":"Specifies which referrer is sent when fetching the resource."},"sizes":{"type":{"name":"string"},"required":false,"description":""},"src":{"type":{"name":"string"},"required":false,"description":"The URL of the embeddable content."},"srcSet":{"type":{"name":"string"},"required":false,"description":"One or more responsive image candidates."},"useMap":{"type":{"name":"string"},"required":false,"description":""},"width":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"For the elements listed here, this establishes the element's width. Note: For all other instances, such as <div>, this is a legacy attribute, in which case the CSS width property should be used instead."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Ins.react.js":{"description":"Ins is a wrapper for the <ins> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/ins","displayName":"Ins","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"},"cite":{"type":{"name":"string"},"required":false,"description":"Contains a URI which points to the source of the quote or change."},"dateTime":{"type":{"name":"string"},"required":false,"description":"Indicates the date and time associated with the 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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Kbd.react.js":{"description":"Kbd is a wrapper for the <kbd> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/kbd","displayName":"Kbd","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Keygen.react.js":{"description":"Keygen is a wrapper for the <keygen> HTML5 element.\n\nDEPRECATED: <keygen> is included for completeness, but should be avoided\nas it is not supported by all browsers and may be removed at any time from\nthose that do support it.\n\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen","displayName":"Keygen","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Label.react.js":{"description":"Label is a wrapper for the <label> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/label","displayName":"Label","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"},"htmlFor":{"type":{"name":"string"},"required":false,"description":"Describes elements which belongs to this one."},"form":{"type":{"name":"string"},"required":false,"description":"Indicates the form that is the owner of the 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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Legend.react.js":{"description":"Legend is a wrapper for the <legend> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/legend","displayName":"Legend","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Li.react.js":{"description":"Li is a wrapper for the <li> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/li","displayName":"Li","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"},"value":{"type":{"name":"string"},"required":false,"description":"Defines a default value which will be displayed in the element on page load."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Link.react.js":{"description":"Link is a wrapper for the <link> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/link","displayName":"Link","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"},"crossOrigin":{"type":{"name":"string"},"required":false,"description":"How the element handles cross-origin requests"},"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."},"integrity":{"type":{"name":"string"},"required":false,"description":"Specifies a Subresource Integrity value that allows browsers to verify what they fetch."},"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."},"sizes":{"type":{"name":"string"},"required":false,"description":""},"type":{"type":{"name":"string"},"required":false,"description":"Defines the type of the 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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Main.react.js":{"description":"Main is a wrapper for the <main> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/main","displayName":"Main","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/MapEl.react.js":{"description":"MapEl is a wrapper for the <map> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/map","displayName":"MapEl","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"},"name":{"type":{"name":"string"},"required":false,"description":"Name of the element. For example used by the server to identify the fields in form submits."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Mark.react.js":{"description":"Mark is a wrapper for the <mark> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/mark","displayName":"Mark","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Marquee.react.js":{"description":"Marquee is a wrapper for the <marquee> HTML5 element.\n\nDEPRECATED: <marquee> is included for completeness, but should be avoided\nas browsers may remove it at any time.\n\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/marquee","displayName":"Marquee","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"},"loop":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'loop'","computed":false},{"value":"'LOOP'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Indicates whether the media should start playing from the start when it's finished."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Meta.react.js":{"description":"Meta is a wrapper for the <meta> HTML5 element.\n\nCAUTION: <meta> is included for completeness, but generally will not behave\nas expected since <meta> tags should be static HTML content in the <head> of\nthe document. Dash components are dynamic <body> content.\n\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta","displayName":"Meta","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"},"charSet":{"type":{"name":"string"},"required":false,"description":"Declares the character encoding of the page or script."},"content":{"type":{"name":"string"},"required":false,"description":"A value associated with http-equiv or name depending on the context."},"httpEquiv":{"type":{"name":"string"},"required":false,"description":"Defines a pragma directive."},"name":{"type":{"name":"string"},"required":false,"description":"Name of the element. For example used by the server to identify the fields in form submits."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Meter.react.js":{"description":"Meter is a wrapper for the <meter> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/meter","displayName":"Meter","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"},"form":{"type":{"name":"string"},"required":false,"description":"Indicates the form that is the owner of the element."},"high":{"type":{"name":"string"},"required":false,"description":"Indicates the lower bound of the upper range."},"low":{"type":{"name":"string"},"required":false,"description":"Indicates the upper bound of the lower range."},"max":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Indicates the maximum value allowed."},"min":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Indicates the minimum value allowed."},"optimum":{"type":{"name":"string"},"required":false,"description":"Indicates the optimal numeric value."},"value":{"type":{"name":"string"},"required":false,"description":"Defines a default value which will be displayed in the element on page load."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Nav.react.js":{"description":"Nav is a wrapper for the <nav> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/nav","displayName":"Nav","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Nobr.react.js":{"description":"Nobr is a wrapper for the <nobr> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/nobr","displayName":"Nobr","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Noscript.react.js":{"description":"Noscript is a wrapper for the <noscript> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/noscript","displayName":"Noscript","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/ObjectEl.react.js":{"description":"ObjectEl is a wrapper for the <object> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/object","displayName":"ObjectEl","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"},"data":{"type":{"name":"string"},"required":false,"description":"Specifies the URL of the resource."},"form":{"type":{"name":"string"},"required":false,"description":"Indicates the form that is the owner of the element."},"height":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as <div>, this is a legacy attribute, in which case the CSS height property should be used instead."},"name":{"type":{"name":"string"},"required":false,"description":"Name of the element. For example used by the server to identify the fields in form submits."},"type":{"type":{"name":"string"},"required":false,"description":"Defines the type of the element."},"useMap":{"type":{"name":"string"},"required":false,"description":""},"width":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"For the elements listed here, this establishes the element's width. Note: For all other instances, such as <div>, this is a legacy attribute, in which case the CSS width property should be used instead."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Ol.react.js":{"description":"Ol is a wrapper for the <ol> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol","displayName":"Ol","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"},"reversed":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'reversed'","computed":false},{"value":"'REVERSED'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Indicates whether the list should be displayed in a descending order instead of an ascending order."},"start":{"type":{"name":"string"},"required":false,"description":"Defines the first number if other than 1."},"type":{"type":{"name":"string"},"required":false,"description":"Defines the type of the 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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Optgroup.react.js":{"description":"Optgroup is a wrapper for the <optgroup> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/optgroup","displayName":"Optgroup","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"},"disabled":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'disabled'","computed":false},{"value":"'DISABLED'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Indicates whether the user can interact with the element."},"label":{"type":{"name":"string"},"required":false,"description":"Specifies a user-readable title of the 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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Option.react.js":{"description":"Option is a wrapper for the <option> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/option","displayName":"Option","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"},"disabled":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'disabled'","computed":false},{"value":"'DISABLED'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Indicates whether the user can interact with the element."},"label":{"type":{"name":"string"},"required":false,"description":"Specifies a user-readable title of the element."},"selected":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'selected'","computed":false},{"value":"'SELECTED'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Defines a value which will be selected on page load."},"value":{"type":{"name":"string"},"required":false,"description":"Defines a default value which will be displayed in the element on page load."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Output.react.js":{"description":"Output is a wrapper for the <output> HTML5 element.\n\nCAUTION: <output> is included for completeness, but its typical usage\nrequires the oninput attribute of the enclosing <form> element, which\nis not accessible to Dash.\n\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/output","displayName":"Output","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"},"htmlFor":{"type":{"name":"string"},"required":false,"description":"Describes elements which belongs to this one."},"form":{"type":{"name":"string"},"required":false,"description":"Indicates the form that is the owner of the element."},"name":{"type":{"name":"string"},"required":false,"description":"Name of the element. For example used by the server to identify the fields in form submits."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/P.react.js":{"description":"P is a wrapper for the <p> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/p","displayName":"P","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Param.react.js":{"description":"Param is a wrapper for the <param> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/param","displayName":"Param","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"},"name":{"type":{"name":"string"},"required":false,"description":"Name of the element. For example used by the server to identify the fields in form submits."},"value":{"type":{"name":"string"},"required":false,"description":"Defines a default value which will be displayed in the element on page load."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Picture.react.js":{"description":"Picture is a wrapper for the <picture> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/picture","displayName":"Picture","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Plaintext.react.js":{"description":"Plaintext is a wrapper for the <plaintext> HTML5 element.\n\nOBSOLETE: <plaintext> is included for completeness, but should be avoided\nas browsers may remove it at any time, and its behavior when added\ndynamically by Dash is not what it would be statically on page load.\nUse <pre> or <code> instead.\n\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/plaintext","displayName":"Plaintext","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Pre.react.js":{"description":"Pre is a wrapper for the <pre> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/pre","displayName":"Pre","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Progress.react.js":{"description":"Progress is a wrapper for the <progress> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress","displayName":"Progress","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"},"form":{"type":{"name":"string"},"required":false,"description":"Indicates the form that is the owner of the element."},"max":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Indicates the maximum value allowed."},"value":{"type":{"name":"string"},"required":false,"description":"Defines a default value which will be displayed in the element on page load."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Q.react.js":{"description":"Q is a wrapper for the <q> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/q","displayName":"Q","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"},"cite":{"type":{"name":"string"},"required":false,"description":"Contains a URI which points to the source of the quote or change."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Rb.react.js":{"description":"Rb is a wrapper for the <rb> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/rb","displayName":"Rb","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Rp.react.js":{"description":"Rp is a wrapper for the <rp> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/rp","displayName":"Rp","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Rt.react.js":{"description":"Rt is a wrapper for the <rt> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/rt","displayName":"Rt","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Rtc.react.js":{"description":"Rtc is a wrapper for the <rtc> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/rtc","displayName":"Rtc","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Ruby.react.js":{"description":"Ruby is a wrapper for the <ruby> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/ruby","displayName":"Ruby","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/S.react.js":{"description":"S is a wrapper for the <s> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/s","displayName":"S","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Samp.react.js":{"description":"Samp is a wrapper for the <samp> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/samp","displayName":"Samp","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Script.react.js":{"description":"Script is a wrapper for the <script> HTML5 element.\n\nCAUTION: <script> is included for completeness, but you cannot execute\nJavaScript code by providing it to a <script> element. Use a clientside\ncallback for this purpose instead.\n\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/script","displayName":"Script","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"},"async":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'async'","computed":false},{"value":"'ASYNC'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Executes the script asynchronously."},"crossOrigin":{"type":{"name":"string"},"required":false,"description":"How the element handles cross-origin requests"},"defer":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'defer'","computed":false},{"value":"'DEFER'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Indicates that the script should be executed after the page has been parsed."},"integrity":{"type":{"name":"string"},"required":false,"description":"Specifies a Subresource Integrity value that allows browsers to verify what they fetch."},"referrerPolicy":{"type":{"name":"string"},"required":false,"description":"Specifies which referrer is sent when fetching the resource."},"src":{"type":{"name":"string"},"required":false,"description":"The URL of the embeddable content."},"type":{"type":{"name":"string"},"required":false,"description":"Defines the type of the 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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Section.react.js":{"description":"Section is a wrapper for the <section> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/section","displayName":"Section","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Select.react.js":{"description":"Select is a wrapper for the <select> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/select","displayName":"Select","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"},"autoFocus":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'autoFocus'","computed":false},{"value":"'autofocus'","computed":false},{"value":"'AUTOFOCUS'","computed":false}]},{"name":"bool"}]},"required":false,"description":"The element should be automatically focused after the page loaded."},"autoComplete":{"type":{"name":"string"},"required":false,"description":"Indicates whether controls in this form can by default have their values automatically completed by the browser."},"disabled":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'disabled'","computed":false},{"value":"'DISABLED'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Indicates whether the user can interact with the element."},"form":{"type":{"name":"string"},"required":false,"description":"Indicates the form that is the owner of the element."},"multiple":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'multiple'","computed":false},{"value":"'MULTIPLE'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Indicates whether multiple values can be entered in an input of the type email or file."},"name":{"type":{"name":"string"},"required":false,"description":"Name of the element. For example used by the server to identify the fields in form submits."},"required":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'required'","computed":false},{"value":"'REQUIRED'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Indicates whether this element is required to fill out or not."},"size":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Defines the width of the element (in pixels). If the element's type attribute is text or password then it's the number of characters."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Shadow.react.js":{"description":"Shadow is a wrapper for the <shadow> HTML5 element.\n\nDEPRECATED: <shadow> is included for completeness, but should be avoided\nas it is not supported by all browsers and may be removed at any time from\nthose that do support it.\n\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/shadow","displayName":"Shadow","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Slot.react.js":{"description":"Slot is a wrapper for the <slot> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/slot","displayName":"Slot","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Small.react.js":{"description":"Small is a wrapper for the <small> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/small","displayName":"Small","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Source.react.js":{"description":"Source is a wrapper for the <source> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/source","displayName":"Source","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"},"media":{"type":{"name":"string"},"required":false,"description":"Specifies a hint of the media for which the linked resource was designed."},"sizes":{"type":{"name":"string"},"required":false,"description":""},"src":{"type":{"name":"string"},"required":false,"description":"The URL of the embeddable content."},"srcSet":{"type":{"name":"string"},"required":false,"description":"One or more responsive image candidates."},"type":{"type":{"name":"string"},"required":false,"description":"Defines the type of the 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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Spacer.react.js":{"description":"Spacer is a wrapper for the <spacer> HTML5 element.\n\nOBSOLETE: <spacer> is included for completeness, but should be avoided\nas it is not supported by any modern browsers.\n\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/spacer","displayName":"Spacer","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Span.react.js":{"description":"Span is a wrapper for the <span> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/span","displayName":"Span","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Strike.react.js":{"description":"Strike is a wrapper for the <strike> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/strike","displayName":"Strike","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Strong.react.js":{"description":"Strong is a wrapper for the <strong> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/strong","displayName":"Strong","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Sub.react.js":{"description":"Sub is a wrapper for the <sub> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/sub","displayName":"Sub","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Summary.react.js":{"description":"Summary is a wrapper for the <summary> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary","displayName":"Summary","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Sup.react.js":{"description":"Sup is a wrapper for the <sup> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/sup","displayName":"Sup","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Table.react.js":{"description":"Table is a wrapper for the <table> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/table","displayName":"Table","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Tbody.react.js":{"description":"Tbody is a wrapper for the <tbody> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/tbody","displayName":"Tbody","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Td.react.js":{"description":"Td is a wrapper for the <td> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/td","displayName":"Td","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"},"colSpan":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"The colspan attribute defines the number of columns a cell should span."},"headers":{"type":{"name":"string"},"required":false,"description":"IDs of the <th> elements which applies to this element."},"rowSpan":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Defines the number of rows a table cell should span over."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Template.react.js":{"description":"Template is a wrapper for the <template> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/template","displayName":"Template","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Textarea.react.js":{"description":"Textarea is a wrapper for the <textarea> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea","displayName":"Textarea","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"},"autoFocus":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'autoFocus'","computed":false},{"value":"'autofocus'","computed":false},{"value":"'AUTOFOCUS'","computed":false}]},{"name":"bool"}]},"required":false,"description":"The element should be automatically focused after the page loaded."},"autoComplete":{"type":{"name":"string"},"required":false,"description":"Indicates whether controls in this form can by default have their values automatically completed by the browser."},"cols":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Defines the number of columns in a textarea."},"disabled":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'disabled'","computed":false},{"value":"'DISABLED'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Indicates whether the user can interact with the element."},"form":{"type":{"name":"string"},"required":false,"description":"Indicates the form that is the owner of the element."},"inputMode":{"type":{"name":"string"},"required":false,"description":"Provides a hint as to the type of data that might be entered by the user while editing the element or its contents. The attribute can be used with form controls (such as the value of textarea elements), or in elements in an editing host (e.g., using contenteditable attribute)."},"maxLength":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Defines the maximum number of characters allowed in the element."},"minLength":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Defines the minimum number of characters allowed in the element."},"name":{"type":{"name":"string"},"required":false,"description":"Name of the element. For example used by the server to identify the fields in form submits."},"placeholder":{"type":{"name":"string"},"required":false,"description":"Provides a hint to the user of what can be entered in the field."},"readOnly":{"type":{"name":"string"},"required":false,"description":"Indicates whether the element can be edited."},"required":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'required'","computed":false},{"value":"'REQUIRED'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Indicates whether this element is required to fill out or not."},"rows":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Defines the number of rows in a text area."},"wrap":{"type":{"name":"string"},"required":false,"description":"Indicates whether the text should be wrapped."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Tfoot.react.js":{"description":"Tfoot is a wrapper for the <tfoot> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/tfoot","displayName":"Tfoot","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Th.react.js":{"description":"Th is a wrapper for the <th> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/th","displayName":"Th","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"},"colSpan":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"The colspan attribute defines the number of columns a cell should span."},"headers":{"type":{"name":"string"},"required":false,"description":"IDs of the <th> elements which applies to this element."},"rowSpan":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Defines the number of rows a table cell should span over."},"scope":{"type":{"name":"string"},"required":false,"description":"Defines the cells that the header test (defined in the th element) relates to."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Thead.react.js":{"description":"Thead is a wrapper for the <thead> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/thead","displayName":"Thead","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Time.react.js":{"description":"Time is a wrapper for the <time> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/time","displayName":"Time","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"},"dateTime":{"type":{"name":"string"},"required":false,"description":"Indicates the date and time associated with the 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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Title.react.js":{"description":"Title is a wrapper for the <title> HTML5 element.\n\nCAUTION: <title> is included for completeness, but is not expected to\ndo anything outside of <head>. Dash components are always created in the\n<body>.\n\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/title","displayName":"Title","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Tr.react.js":{"description":"Tr is a wrapper for the <tr> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/tr","displayName":"Tr","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Track.react.js":{"description":"Track is a wrapper for the <track> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/track","displayName":"Track","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"},"default":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'default'","computed":false},{"value":"'DEFAULT'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Indicates that the track should be enabled unless the user's preferences indicate something different."},"kind":{"type":{"name":"string"},"required":false,"description":"Specifies the kind of text track."},"label":{"type":{"name":"string"},"required":false,"description":"Specifies a user-readable title of the element."},"src":{"type":{"name":"string"},"required":false,"description":"The URL of the embeddable content."},"srcLang":{"type":{"name":"string"},"required":false,"description":""},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/U.react.js":{"description":"U is a wrapper for the <u> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/u","displayName":"U","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Ul.react.js":{"description":"Ul is a wrapper for the <ul> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/ul","displayName":"Ul","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Var.react.js":{"description":"Var is a wrapper for the <var> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/var","displayName":"Var","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Video.react.js":{"description":"Video is a wrapper for the <video> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/video","displayName":"Video","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"},"autoPlay":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'autoPlay'","computed":false},{"value":"'autoplay'","computed":false},{"value":"'AUTOPLAY'","computed":false}]},{"name":"bool"}]},"required":false,"description":"The audio or video should play as soon as possible."},"controls":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'controls'","computed":false},{"value":"'CONTROLS'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Indicates whether the browser should show playback controls to the user."},"crossOrigin":{"type":{"name":"string"},"required":false,"description":"How the element handles cross-origin requests"},"height":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Specifies the height of elements listed here. For all other elements, use the CSS height property. Note: In some instances, such as <div>, this is a legacy attribute, in which case the CSS height property should be used instead."},"loop":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'loop'","computed":false},{"value":"'LOOP'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Indicates whether the media should start playing from the start when it's finished."},"muted":{"type":{"name":"union","value":[{"name":"enum","value":[{"value":"'muted'","computed":false},{"value":"'MUTED'","computed":false}]},{"name":"bool"}]},"required":false,"description":"Indicates whether the audio will be initially silenced on page load."},"poster":{"type":{"name":"string"},"required":false,"description":"A URL indicating a poster frame to show until the user plays or seeks."},"preload":{"type":{"name":"string"},"required":false,"description":"Indicates whether the whole resource, parts of it or nothing should be preloaded."},"src":{"type":{"name":"string"},"required":false,"description":"The URL of the embeddable content."},"width":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"For the elements listed here, this establishes the element's width. Note: For all other instances, such as <div>, this is a legacy attribute, in which case the CSS width property should be used instead."},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Wbr.react.js":{"description":"Wbr is a wrapper for the <wbr> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/wbr","displayName":"Wbr","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}},"src/components/Xmp.react.js":{"description":"Xmp is a wrapper for the <xmp> HTML5 element.\nFor detailed attribute info see:\nhttps://developer.mozilla.org/en-US/docs/Web/HTML/Element/xmp","displayName":"Xmp","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"},"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":false,"description":"Defines CSS styles which will override styles previously set."},"tabIndex":{"type":{"name":"union","value":[{"name":"string"},{"name":"number"}]},"required":false,"description":"Overrides the browser's default tab order and follows the one specified instead."},"title":{"type":{"name":"string"},"required":false,"description":"Text to be displayed in a tooltip when hovering over the element."},"setProps":{"type":{"name":"func"},"required":false,"description":"Dash-assigned callback that gets fired when the element is clicked."}}}} |