diff --git a/.gitignore b/.gitignore index 783df793..5f242f11 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ build/ dist/ -dash_html_components/metadata.json dash_html_components/bundle.js* node_modules/ .npm diff --git a/dash_html_components/metadata.json b/dash_html_components/metadata.json new file mode 100644 index 00000000..60afec4a --- /dev/null +++ b/dash_html_components/metadata.json @@ -0,0 +1,20445 @@ +{ + "src/components/A.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "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." + }, + "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": "" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Abbr.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Acronym.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Address.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Applet.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "alt": { + "type": { + "name": "string" + }, + "required": false, + "description": "Alternative text in case an image can't be displayed." + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Area.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "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." + }, + "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." + }, + "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": "" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Article.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Aside.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Audio.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "autoPlay": { + "type": { + "name": "string" + }, + "required": false, + "description": "The audio or video should play as soon as possible." + }, + "controls": { + "type": { + "name": "string" + }, + "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": "string" + }, + "required": false, + "description": "Indicates whether the media should start playing from the start when it's finished." + }, + "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": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/B.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Base.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "href": { + "type": { + "name": "string" + }, + "required": false, + "description": "The URL of a linked resource." + }, + "target": { + "type": { + "name": "string" + }, + "required": false, + "description": "" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Basefont.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Bdi.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Bdo.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Big.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Blink.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Blockquote.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "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": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Br.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Button.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "autoFocus": { + "type": { + "name": "string" + }, + "required": false, + "description": "The element should be automatically focused after the page loaded." + }, + "disabled": { + "type": { + "name": "string" + }, + "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
." + }, + "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": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Canvas.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "height": { + "type": { + "name": "string" + }, + "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
, this is a legacy attribute, in which case the CSS height property should be used instead." + }, + "width": { + "type": { + "name": "string" + }, + "required": false, + "description": "For the elements listed here, this establishes the element's width. Note: For all other instances, such as
, this is a legacy attribute, in which case the CSS width property should be used instead." + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Caption.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Center.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Cite.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Code.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Col.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "span": { + "type": { + "name": "string" + }, + "required": false, + "description": "" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Colgroup.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "span": { + "type": { + "name": "string" + }, + "required": false, + "description": "" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Command.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "checked": { + "type": { + "name": "string" + }, + "required": false, + "description": "Indicates whether the element should be checked on page load." + }, + "disabled": { + "type": { + "name": "string" + }, + "required": false, + "description": "Indicates whether the user can interact with the element." + }, + "icon": { + "type": { + "name": "string" + }, + "required": false, + "description": "Specifies a picture which represents the command." + }, + "radioGroup": { + "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": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Content.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Data.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Datalist.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Dd.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Del.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "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": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Details.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "open": { + "type": { + "name": "string" + }, + "required": false, + "description": "Indicates whether the details will be shown on page load." + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Dfn.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Dialog.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Dir.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Div.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Dl.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Dt.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Element.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Em.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Embed.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "height": { + "type": { + "name": "string" + }, + "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
, 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": "string" + }, + "required": false, + "description": "For the elements listed here, this establishes the element's width. Note: For all other instances, such as
, this is a legacy attribute, in which case the CSS width property should be used instead." + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Fieldset.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "disabled": { + "type": { + "name": "string" + }, + "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": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Figcaption.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Figure.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Font.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Footer.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Form.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accept": { + "type": { + "name": "string" + }, + "required": false, + "description": "List of types the server accepts, typically a file type." + }, + "acceptCharset": { + "type": { + "name": "string" + }, + "required": false, + "description": "List of supported charsets." + }, + "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 date 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": "string" + }, + "required": false, + "description": "This attribute indicates that the form shouldn't be validated when submitted." + }, + "target": { + "type": { + "name": "string" + }, + "required": false, + "description": "" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Frame.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Frameset.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/H1.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/H2.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/H3.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/H4.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/H5.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/H6.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Header.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Hgroup.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Hr.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/I.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Iframe.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "height": { + "type": { + "name": "string" + }, + "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
, 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." + }, + "sandbox": { + "type": { + "name": "string" + }, + "required": false, + "description": "" + }, + "seamless": { + "type": { + "name": "string" + }, + "required": false, + "description": "" + }, + "src": { + "type": { + "name": "string" + }, + "required": false, + "description": "The URL of the embeddable content." + }, + "srcDoc": { + "type": { + "name": "string" + }, + "required": false, + "description": "" + }, + "width": { + "type": { + "name": "string" + }, + "required": false, + "description": "For the elements listed here, this establishes the element's width. Note: For all other instances, such as
, this is a legacy attribute, in which case the CSS width property should be used instead." + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Img.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "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": "string" + }, + "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
, this is a legacy attribute, in which case the CSS height property should be used instead." + }, + "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": "" + }, + "useMap": { + "type": { + "name": "string" + }, + "required": false, + "description": "" + }, + "width": { + "type": { + "name": "string" + }, + "required": false, + "description": "For the elements listed here, this establishes the element's width. Note: For all other instances, such as
, this is a legacy attribute, in which case the CSS width property should be used instead." + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Ins.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "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": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Isindex.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Kbd.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Keygen.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "autoFocus": { + "type": { + "name": "string" + }, + "required": false, + "description": "The element should be automatically focused after the page loaded." + }, + "challenge": { + "type": { + "name": "string" + }, + "required": false, + "description": "A challenge string that is submitted along with the public key." + }, + "disabled": { + "type": { + "name": "string" + }, + "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." + }, + "keyType": { + "type": { + "name": "string" + }, + "required": false, + "description": "Specifies the type of key generated." + }, + "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": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Label.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "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": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Legend.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Li.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "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": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Link.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "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": "Security Feature that allows browsers to verify what they fetch. MDN Link" + }, + "media": { + "type": { + "name": "string" + }, + "required": false, + "description": "Specifies a hint of the media for which the linked resource was designed." + }, + "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": "" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Listing.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Main.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/MapEl.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "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": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Mark.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Marquee.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "loop": { + "type": { + "name": "string" + }, + "required": false, + "description": "Indicates whether the media should start playing from the start when it's finished." + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Menu.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "type": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the type of the element." + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Menuitem.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Meta.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "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": "" + }, + "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": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Meter.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "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": "string" + }, + "required": false, + "description": "Indicates the maximum value allowed." + }, + "min": { + "type": { + "name": "string" + }, + "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": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Multicol.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Nav.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Nextid.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Noembed.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Noscript.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/ObjectEl.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "form": { + "type": { + "name": "string" + }, + "required": false, + "description": "Indicates the form that is the owner of the element." + }, + "height": { + "type": { + "name": "string" + }, + "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
, 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": "string" + }, + "required": false, + "description": "For the elements listed here, this establishes the element's width. Note: For all other instances, such as
, this is a legacy attribute, in which case the CSS width property should be used instead." + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Ol.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "reversed": { + "type": { + "name": "string" + }, + "required": false, + "description": "Indicates whether the list should be displayed in a descending order instead of a ascending." + }, + "start": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the first number if other than 1." + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Optgroup.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "disabled": { + "type": { + "name": "string" + }, + "required": false, + "description": "Indicates whether the user can interact with the element." + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Option.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "disabled": { + "type": { + "name": "string" + }, + "required": false, + "description": "Indicates whether the user can interact with the element." + }, + "selected": { + "type": { + "name": "string" + }, + "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": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Output.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "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": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/P.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Param.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "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": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Plaintext.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Pre.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Progress.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "form": { + "type": { + "name": "string" + }, + "required": false, + "description": "Indicates the form that is the owner of the element." + }, + "max": { + "type": { + "name": "string" + }, + "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": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Q.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "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": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Rp.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Rt.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Rtc.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Ruby.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/S.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Samp.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Script.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "async": { + "type": { + "name": "string" + }, + "required": false, + "description": "Indicates that the script should be executed asynchronously." + }, + "charSet": { + "type": { + "name": "string" + }, + "required": false, + "description": "Declares the character encoding of the page or script." + }, + "crossOrigin": { + "type": { + "name": "string" + }, + "required": false, + "description": "How the element handles cross-origin requests" + }, + "defer": { + "type": { + "name": "string" + }, + "required": false, + "description": "Indicates that the script should be executed after the page has been parsed." + }, + "integrity": { + "type": { + "name": "string" + }, + "required": false, + "description": "Security Feature that allows browsers to verify what they fetch. MDN Link" + }, + "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": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Section.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Select.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "autoFocus": { + "type": { + "name": "string" + }, + "required": false, + "description": "The element should be automatically focused after the page loaded." + }, + "disabled": { + "type": { + "name": "string" + }, + "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": "string" + }, + "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": "string" + }, + "required": false, + "description": "Indicates whether this element is required to fill out or not." + }, + "size": { + "type": { + "name": "string" + }, + "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": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Shadow.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Slot.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Small.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Source.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "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." + }, + "type": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the type of the element." + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Spacer.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Span.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Strike.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Strong.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Sub.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Summary.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Sup.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Table.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "summary": { + "type": { + "name": "string" + }, + "required": false, + "description": "" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Tbody.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Td.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "colSpan": { + "type": { + "name": "string" + }, + "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 elements which applies to this element." + }, + "rowSpan": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the number of rows a table cell should span over." + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Template.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Textarea.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "autoFocus": { + "type": { + "name": "string" + }, + "required": false, + "description": "The element should be automatically focused after the page loaded." + }, + "cols": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the number of columns in a textarea." + }, + "disabled": { + "type": { + "name": "string" + }, + "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." + }, + "maxLength": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the maximum number of characters allowed in the element." + }, + "minLength": { + "type": { + "name": "string" + }, + "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": "string" + }, + "required": false, + "description": "Indicates whether this element is required to fill out or not." + }, + "rows": { + "type": { + "name": "string" + }, + "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": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Tfoot.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Th.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "colSpan": { + "type": { + "name": "string" + }, + "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 elements which applies to this element." + }, + "rowSpan": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the number of rows a table cell should span over." + }, + "scope": { + "type": { + "name": "string" + }, + "required": false, + "description": "" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Thead.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Time.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "dateTime": { + "type": { + "name": "string" + }, + "required": false, + "description": "Indicates the date and time associated with the element." + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Title.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Tr.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Track.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "default": { + "type": { + "name": "string" + }, + "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 text track." + }, + "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": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Tt.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/U.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Ul.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Var.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Video.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "autoPlay": { + "type": { + "name": "string" + }, + "required": false, + "description": "The audio or video should play as soon as possible." + }, + "controls": { + "type": { + "name": "string" + }, + "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": "string" + }, + "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
, this is a legacy attribute, in which case the CSS height property should be used instead." + }, + "loop": { + "type": { + "name": "string" + }, + "required": false, + "description": "Indicates whether the media should start playing from the start when it's finished." + }, + "muted": { + "type": { + "name": "string" + }, + "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": "string" + }, + "required": false, + "description": "For the elements listed here, this establishes the element's width. Note: For all other instances, such as
, this is a legacy attribute, in which case the CSS width property should be used instead." + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Wbr.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + }, + "src/components/Xmp.react.js": { + "description": "", + "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": "custom", + "raw": "PropTypes.integer" + }, + "required": false, + "description": "An integer that represents the number of times\nthat this element has been clicked on.", + "defaultValue": { + "value": "0", + "computed": false + } + }, + "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" + }, + "accessKey": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines a 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." + }, + "contextMenu": { + "type": { + "name": "string" + }, + "required": false, + "description": "Defines the ID of a element which will serve as the element's context menu." + }, + "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": "string" + }, + "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." + }, + "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": "string" + }, + "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." + }, + "fireEvent": { + "type": { + "name": "func" + }, + "required": false, + "description": "A callback for firing events to dash." + }, + "dashEvents": { + "type": { + "name": "enum", + "value": [ + { + "value": "'click'", + "computed": false + } + ] + }, + "required": false, + "description": "" + } + } + } +} \ No newline at end of file diff --git a/scripts/generate-components.js b/scripts/generate-components.js index 72ab7701..19d9de80 100644 --- a/scripts/generate-components.js +++ b/scripts/generate-components.js @@ -106,13 +106,13 @@ const ${Component} = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( <${element} {...props}> - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/A.react.js b/src/components/A.react.js index 7c6d4d93..692ad19b 100644 --- a/src/components/A.react.js +++ b/src/components/A.react.js @@ -11,13 +11,13 @@ const A = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Abbr.react.js b/src/components/Abbr.react.js index e60091e7..391e59e9 100644 --- a/src/components/Abbr.react.js +++ b/src/components/Abbr.react.js @@ -11,13 +11,13 @@ const Abbr = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Acronym.react.js b/src/components/Acronym.react.js index 4ef4dcd0..726e3a36 100644 --- a/src/components/Acronym.react.js +++ b/src/components/Acronym.react.js @@ -11,13 +11,13 @@ const Acronym = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Address.react.js b/src/components/Address.react.js index e89e3db5..04788174 100644 --- a/src/components/Address.react.js +++ b/src/components/Address.react.js @@ -11,13 +11,13 @@ const Address = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (
- {props.children} + {props.render(props.children)}
); } diff --git a/src/components/Applet.react.js b/src/components/Applet.react.js index 678cd0d9..a3195ead 100644 --- a/src/components/Applet.react.js +++ b/src/components/Applet.react.js @@ -11,13 +11,13 @@ const Applet = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Area.react.js b/src/components/Area.react.js index 9c44955d..266fc706 100644 --- a/src/components/Area.react.js +++ b/src/components/Area.react.js @@ -11,13 +11,13 @@ const Area = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Article.react.js b/src/components/Article.react.js index 2399f043..f68e5df3 100644 --- a/src/components/Article.react.js +++ b/src/components/Article.react.js @@ -11,13 +11,13 @@ const Article = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (
- {props.children} + {props.render(props.children)}
); } diff --git a/src/components/Aside.react.js b/src/components/Aside.react.js index 00081791..734e115f 100644 --- a/src/components/Aside.react.js +++ b/src/components/Aside.react.js @@ -11,13 +11,13 @@ const Aside = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( ); } diff --git a/src/components/Audio.react.js b/src/components/Audio.react.js index 150d1806..246816e6 100644 --- a/src/components/Audio.react.js +++ b/src/components/Audio.react.js @@ -11,13 +11,13 @@ const Audio = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( ); } diff --git a/src/components/B.react.js b/src/components/B.react.js index 224266bc..5bec482e 100644 --- a/src/components/B.react.js +++ b/src/components/B.react.js @@ -11,13 +11,13 @@ const B = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Base.react.js b/src/components/Base.react.js index 0116d259..97f347da 100644 --- a/src/components/Base.react.js +++ b/src/components/Base.react.js @@ -11,13 +11,13 @@ const Base = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Basefont.react.js b/src/components/Basefont.react.js index 2d3b11f4..44e0c2c3 100644 --- a/src/components/Basefont.react.js +++ b/src/components/Basefont.react.js @@ -11,13 +11,13 @@ const Basefont = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Bdi.react.js b/src/components/Bdi.react.js index bf0e3a93..13fd355b 100644 --- a/src/components/Bdi.react.js +++ b/src/components/Bdi.react.js @@ -11,13 +11,13 @@ const Bdi = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Bdo.react.js b/src/components/Bdo.react.js index 91b795d7..7e829315 100644 --- a/src/components/Bdo.react.js +++ b/src/components/Bdo.react.js @@ -11,13 +11,13 @@ const Bdo = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Big.react.js b/src/components/Big.react.js index d0a8dc27..b3ed878e 100644 --- a/src/components/Big.react.js +++ b/src/components/Big.react.js @@ -11,13 +11,13 @@ const Big = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Blink.react.js b/src/components/Blink.react.js index f2ea3d4d..99ef311f 100644 --- a/src/components/Blink.react.js +++ b/src/components/Blink.react.js @@ -11,13 +11,13 @@ const Blink = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Blockquote.react.js b/src/components/Blockquote.react.js index efe2e7bd..c1279d4f 100644 --- a/src/components/Blockquote.react.js +++ b/src/components/Blockquote.react.js @@ -11,13 +11,13 @@ const Blockquote = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (
- {props.children} + {props.render(props.children)}
); } diff --git a/src/components/Br.react.js b/src/components/Br.react.js index 18ff135f..52df8866 100644 --- a/src/components/Br.react.js +++ b/src/components/Br.react.js @@ -11,13 +11,13 @@ const Br = (props) => { }} {...props} > - {props.children} + {props.render(props.children)}
); } else { return (
- {props.children} + {props.render(props.children)}
); } diff --git a/src/components/Button.react.js b/src/components/Button.react.js index f321e74c..b6aaea4b 100644 --- a/src/components/Button.react.js +++ b/src/components/Button.react.js @@ -11,13 +11,13 @@ const Button = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( ); } diff --git a/src/components/Canvas.react.js b/src/components/Canvas.react.js index c5bbb888..21460fb3 100644 --- a/src/components/Canvas.react.js +++ b/src/components/Canvas.react.js @@ -11,13 +11,13 @@ const Canvas = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Caption.react.js b/src/components/Caption.react.js index ce79d5a2..f5ba551b 100644 --- a/src/components/Caption.react.js +++ b/src/components/Caption.react.js @@ -11,13 +11,13 @@ const Caption = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Center.react.js b/src/components/Center.react.js index 07540bea..70ce27a9 100644 --- a/src/components/Center.react.js +++ b/src/components/Center.react.js @@ -11,13 +11,13 @@ const Center = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (
- {props.children} + {props.render(props.children)}
); } diff --git a/src/components/Cite.react.js b/src/components/Cite.react.js index 737605df..1c92139d 100644 --- a/src/components/Cite.react.js +++ b/src/components/Cite.react.js @@ -11,13 +11,13 @@ const Cite = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Code.react.js b/src/components/Code.react.js index 7d257bf2..b2a35936 100644 --- a/src/components/Code.react.js +++ b/src/components/Code.react.js @@ -11,13 +11,13 @@ const Code = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Col.react.js b/src/components/Col.react.js index d4b94b20..a8f14ffb 100644 --- a/src/components/Col.react.js +++ b/src/components/Col.react.js @@ -11,13 +11,13 @@ const Col = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Colgroup.react.js b/src/components/Colgroup.react.js index 19dee0c8..c1842f1e 100644 --- a/src/components/Colgroup.react.js +++ b/src/components/Colgroup.react.js @@ -11,13 +11,13 @@ const Colgroup = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Command.react.js b/src/components/Command.react.js index 59733bf0..ad1113c3 100644 --- a/src/components/Command.react.js +++ b/src/components/Command.react.js @@ -11,13 +11,13 @@ const Command = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Content.react.js b/src/components/Content.react.js index edbac5b9..72b8d5e7 100644 --- a/src/components/Content.react.js +++ b/src/components/Content.react.js @@ -11,13 +11,13 @@ const Content = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Data.react.js b/src/components/Data.react.js index 4e120dde..db9255f5 100644 --- a/src/components/Data.react.js +++ b/src/components/Data.react.js @@ -11,13 +11,13 @@ const Data = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Datalist.react.js b/src/components/Datalist.react.js index d853c3a3..8417a6c1 100644 --- a/src/components/Datalist.react.js +++ b/src/components/Datalist.react.js @@ -11,13 +11,13 @@ const Datalist = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Dd.react.js b/src/components/Dd.react.js index ec31e825..6641b73b 100644 --- a/src/components/Dd.react.js +++ b/src/components/Dd.react.js @@ -11,13 +11,13 @@ const Dd = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (
- {props.children} + {props.render(props.children)}
); } diff --git a/src/components/Del.react.js b/src/components/Del.react.js index 584db769..01586226 100644 --- a/src/components/Del.react.js +++ b/src/components/Del.react.js @@ -11,13 +11,13 @@ const Del = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Details.react.js b/src/components/Details.react.js index 46bb0f93..e35e2548 100644 --- a/src/components/Details.react.js +++ b/src/components/Details.react.js @@ -11,13 +11,13 @@ const Details = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (
- {props.children} + {props.render(props.children)}
); } diff --git a/src/components/Dfn.react.js b/src/components/Dfn.react.js index 07750735..313d55fb 100644 --- a/src/components/Dfn.react.js +++ b/src/components/Dfn.react.js @@ -11,13 +11,13 @@ const Dfn = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Dialog.react.js b/src/components/Dialog.react.js index 8294c668..50d9f4ce 100644 --- a/src/components/Dialog.react.js +++ b/src/components/Dialog.react.js @@ -11,13 +11,13 @@ const Dialog = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Dir.react.js b/src/components/Dir.react.js index db13fd73..cb4392cb 100644 --- a/src/components/Dir.react.js +++ b/src/components/Dir.react.js @@ -11,13 +11,13 @@ const Dir = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Div.react.js b/src/components/Div.react.js index 48912df6..a9fd7fef 100644 --- a/src/components/Div.react.js +++ b/src/components/Div.react.js @@ -11,13 +11,13 @@ const Div = (props) => { }} {...props} > - {props.children} + {props.render(props.children)}
); } else { return (
- {props.children} + {props.render(props.children)}
); } diff --git a/src/components/Dl.react.js b/src/components/Dl.react.js index 850447e7..40608412 100644 --- a/src/components/Dl.react.js +++ b/src/components/Dl.react.js @@ -11,13 +11,13 @@ const Dl = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (
- {props.children} + {props.render(props.children)}
); } diff --git a/src/components/Dt.react.js b/src/components/Dt.react.js index 53a6ae3b..d0108012 100644 --- a/src/components/Dt.react.js +++ b/src/components/Dt.react.js @@ -11,13 +11,13 @@ const Dt = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (
- {props.children} + {props.render(props.children)}
); } diff --git a/src/components/Element.react.js b/src/components/Element.react.js index 68452c1b..0a06b0da 100644 --- a/src/components/Element.react.js +++ b/src/components/Element.react.js @@ -11,13 +11,13 @@ const Element = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Em.react.js b/src/components/Em.react.js index de6500b9..f7a683cc 100644 --- a/src/components/Em.react.js +++ b/src/components/Em.react.js @@ -11,13 +11,13 @@ const Em = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Embed.react.js b/src/components/Embed.react.js index f908231b..a6b2b58e 100644 --- a/src/components/Embed.react.js +++ b/src/components/Embed.react.js @@ -11,13 +11,13 @@ const Embed = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Fieldset.react.js b/src/components/Fieldset.react.js index 7c35baf5..8b6afa8c 100644 --- a/src/components/Fieldset.react.js +++ b/src/components/Fieldset.react.js @@ -11,13 +11,13 @@ const Fieldset = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (
- {props.children} + {props.render(props.children)}
); } diff --git a/src/components/Figcaption.react.js b/src/components/Figcaption.react.js index c21bd6f2..702d065f 100644 --- a/src/components/Figcaption.react.js +++ b/src/components/Figcaption.react.js @@ -11,13 +11,13 @@ const Figcaption = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (
- {props.children} + {props.render(props.children)}
); } diff --git a/src/components/Figure.react.js b/src/components/Figure.react.js index 1539473b..cda83179 100644 --- a/src/components/Figure.react.js +++ b/src/components/Figure.react.js @@ -11,13 +11,13 @@ const Figure = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (
- {props.children} + {props.render(props.children)}
); } diff --git a/src/components/Font.react.js b/src/components/Font.react.js index 60eedfc1..0074df8c 100644 --- a/src/components/Font.react.js +++ b/src/components/Font.react.js @@ -11,13 +11,13 @@ const Font = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Footer.react.js b/src/components/Footer.react.js index 5b58d1d7..7631aae4 100644 --- a/src/components/Footer.react.js +++ b/src/components/Footer.react.js @@ -11,13 +11,13 @@ const Footer = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (
- {props.children} + {props.render(props.children)}
); } diff --git a/src/components/Form.react.js b/src/components/Form.react.js index c2a6939a..69e29beb 100644 --- a/src/components/Form.react.js +++ b/src/components/Form.react.js @@ -11,13 +11,13 @@ const Form = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (
- {props.children} + {props.render(props.children)}
); } diff --git a/src/components/Frame.react.js b/src/components/Frame.react.js index 7b23acce..8a6bff17 100644 --- a/src/components/Frame.react.js +++ b/src/components/Frame.react.js @@ -11,13 +11,13 @@ const Frame = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Frameset.react.js b/src/components/Frameset.react.js index 452cbd72..0668f076 100644 --- a/src/components/Frameset.react.js +++ b/src/components/Frameset.react.js @@ -11,13 +11,13 @@ const Frameset = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/H1.react.js b/src/components/H1.react.js index 3273fb99..4329b0c2 100644 --- a/src/components/H1.react.js +++ b/src/components/H1.react.js @@ -11,13 +11,13 @@ const H1 = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (

- {props.children} + {props.render(props.children)}

); } diff --git a/src/components/H2.react.js b/src/components/H2.react.js index 38e2d672..1dec56b7 100644 --- a/src/components/H2.react.js +++ b/src/components/H2.react.js @@ -11,13 +11,13 @@ const H2 = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (

- {props.children} + {props.render(props.children)}

); } diff --git a/src/components/H3.react.js b/src/components/H3.react.js index d487f19c..454b898b 100644 --- a/src/components/H3.react.js +++ b/src/components/H3.react.js @@ -11,13 +11,13 @@ const H3 = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (

- {props.children} + {props.render(props.children)}

); } diff --git a/src/components/H4.react.js b/src/components/H4.react.js index 415b42a7..65bd3fb2 100644 --- a/src/components/H4.react.js +++ b/src/components/H4.react.js @@ -11,13 +11,13 @@ const H4 = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (

- {props.children} + {props.render(props.children)}

); } diff --git a/src/components/H5.react.js b/src/components/H5.react.js index ffa51b95..18137f83 100644 --- a/src/components/H5.react.js +++ b/src/components/H5.react.js @@ -11,13 +11,13 @@ const H5 = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (
- {props.children} + {props.render(props.children)}
); } diff --git a/src/components/H6.react.js b/src/components/H6.react.js index 7adafdb3..765e3464 100644 --- a/src/components/H6.react.js +++ b/src/components/H6.react.js @@ -11,13 +11,13 @@ const H6 = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (
- {props.children} + {props.render(props.children)}
); } diff --git a/src/components/Header.react.js b/src/components/Header.react.js index e062237f..ab99d72d 100644 --- a/src/components/Header.react.js +++ b/src/components/Header.react.js @@ -11,13 +11,13 @@ const Header = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (
- {props.children} + {props.render(props.children)}
); } diff --git a/src/components/Hgroup.react.js b/src/components/Hgroup.react.js index 1b9aac1c..d313f6d2 100644 --- a/src/components/Hgroup.react.js +++ b/src/components/Hgroup.react.js @@ -11,13 +11,13 @@ const Hgroup = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (
- {props.children} + {props.render(props.children)}
); } diff --git a/src/components/Hr.react.js b/src/components/Hr.react.js index 4d38f03c..25c8f394 100644 --- a/src/components/Hr.react.js +++ b/src/components/Hr.react.js @@ -11,13 +11,13 @@ const Hr = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (
- {props.children} + {props.render(props.children)} ); } diff --git a/src/components/I.react.js b/src/components/I.react.js index defb42af..f0f3d872 100644 --- a/src/components/I.react.js +++ b/src/components/I.react.js @@ -11,13 +11,13 @@ const I = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Iframe.react.js b/src/components/Iframe.react.js index c17794ea..3a4790fb 100644 --- a/src/components/Iframe.react.js +++ b/src/components/Iframe.react.js @@ -11,13 +11,13 @@ const Iframe = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( ); } diff --git a/src/components/Img.react.js b/src/components/Img.react.js index a90aee0d..fb957e53 100644 --- a/src/components/Img.react.js +++ b/src/components/Img.react.js @@ -11,13 +11,13 @@ const Img = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Ins.react.js b/src/components/Ins.react.js index aee11a33..c0de44f6 100644 --- a/src/components/Ins.react.js +++ b/src/components/Ins.react.js @@ -11,13 +11,13 @@ const Ins = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Isindex.react.js b/src/components/Isindex.react.js index 6f973af5..8e6511fd 100644 --- a/src/components/Isindex.react.js +++ b/src/components/Isindex.react.js @@ -11,13 +11,13 @@ const Isindex = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Kbd.react.js b/src/components/Kbd.react.js index 9e69ab4f..2d516b5d 100644 --- a/src/components/Kbd.react.js +++ b/src/components/Kbd.react.js @@ -11,13 +11,13 @@ const Kbd = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Keygen.react.js b/src/components/Keygen.react.js index ab25e933..66c27a56 100644 --- a/src/components/Keygen.react.js +++ b/src/components/Keygen.react.js @@ -11,13 +11,13 @@ const Keygen = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Label.react.js b/src/components/Label.react.js index b6b7a362..1e668b37 100644 --- a/src/components/Label.react.js +++ b/src/components/Label.react.js @@ -11,13 +11,13 @@ const Label = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( ); } diff --git a/src/components/Legend.react.js b/src/components/Legend.react.js index 4db44f0f..a097fe4f 100644 --- a/src/components/Legend.react.js +++ b/src/components/Legend.react.js @@ -11,13 +11,13 @@ const Legend = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Li.react.js b/src/components/Li.react.js index 1bd7929e..f3b7786b 100644 --- a/src/components/Li.react.js +++ b/src/components/Li.react.js @@ -11,13 +11,13 @@ const Li = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (
  • - {props.children} + {props.render(props.children)}
  • ); } diff --git a/src/components/Link.react.js b/src/components/Link.react.js index 37f40114..3c1e3e60 100644 --- a/src/components/Link.react.js +++ b/src/components/Link.react.js @@ -11,13 +11,13 @@ const Link = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Listing.react.js b/src/components/Listing.react.js index 70f9fc03..9bb2f5d7 100644 --- a/src/components/Listing.react.js +++ b/src/components/Listing.react.js @@ -11,13 +11,13 @@ const Listing = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Main.react.js b/src/components/Main.react.js index 5f273196..6332f9ea 100644 --- a/src/components/Main.react.js +++ b/src/components/Main.react.js @@ -11,13 +11,13 @@ const Main = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (
    - {props.children} + {props.render(props.children)}
    ); } diff --git a/src/components/MapEl.react.js b/src/components/MapEl.react.js index 0abb2092..50d30dd4 100644 --- a/src/components/MapEl.react.js +++ b/src/components/MapEl.react.js @@ -11,13 +11,13 @@ const MapEl = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Mark.react.js b/src/components/Mark.react.js index 435be4cc..896e2b34 100644 --- a/src/components/Mark.react.js +++ b/src/components/Mark.react.js @@ -11,13 +11,13 @@ const Mark = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Marquee.react.js b/src/components/Marquee.react.js index 3bb8f080..f9376f24 100644 --- a/src/components/Marquee.react.js +++ b/src/components/Marquee.react.js @@ -11,13 +11,13 @@ const Marquee = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Menu.react.js b/src/components/Menu.react.js index ad9f4164..20704502 100644 --- a/src/components/Menu.react.js +++ b/src/components/Menu.react.js @@ -11,13 +11,13 @@ const Menu = (props) => { }} {...props} > - {props.children} + {props.render(props.children)}
    ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Menuitem.react.js b/src/components/Menuitem.react.js index b8897dbb..89a399ca 100644 --- a/src/components/Menuitem.react.js +++ b/src/components/Menuitem.react.js @@ -11,13 +11,13 @@ const Menuitem = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Meta.react.js b/src/components/Meta.react.js index 21773f66..1a5b3213 100644 --- a/src/components/Meta.react.js +++ b/src/components/Meta.react.js @@ -11,13 +11,13 @@ const Meta = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Meter.react.js b/src/components/Meter.react.js index f26e9e77..1fb387c8 100644 --- a/src/components/Meter.react.js +++ b/src/components/Meter.react.js @@ -11,13 +11,13 @@ const Meter = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Multicol.react.js b/src/components/Multicol.react.js index 638b1c22..af9a291a 100644 --- a/src/components/Multicol.react.js +++ b/src/components/Multicol.react.js @@ -11,13 +11,13 @@ const Multicol = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Nav.react.js b/src/components/Nav.react.js index c1b25439..529440b1 100644 --- a/src/components/Nav.react.js +++ b/src/components/Nav.react.js @@ -11,13 +11,13 @@ const Nav = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( ); } diff --git a/src/components/Nextid.react.js b/src/components/Nextid.react.js index 64391c35..be87217c 100644 --- a/src/components/Nextid.react.js +++ b/src/components/Nextid.react.js @@ -11,13 +11,13 @@ const Nextid = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Noembed.react.js b/src/components/Noembed.react.js index f658d20b..ba78dc71 100644 --- a/src/components/Noembed.react.js +++ b/src/components/Noembed.react.js @@ -11,13 +11,13 @@ const Noembed = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Noscript.react.js b/src/components/Noscript.react.js index 8836d353..2136c921 100644 --- a/src/components/Noscript.react.js +++ b/src/components/Noscript.react.js @@ -11,13 +11,13 @@ const Noscript = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( ); } diff --git a/src/components/ObjectEl.react.js b/src/components/ObjectEl.react.js index 32087067..d6f71cd0 100644 --- a/src/components/ObjectEl.react.js +++ b/src/components/ObjectEl.react.js @@ -11,13 +11,13 @@ const ObjectEl = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Ol.react.js b/src/components/Ol.react.js index 5bc0bf28..55ebfc12 100644 --- a/src/components/Ol.react.js +++ b/src/components/Ol.react.js @@ -11,13 +11,13 @@ const Ol = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return (
      - {props.children} + {props.render(props.children)}
    ); } diff --git a/src/components/Optgroup.react.js b/src/components/Optgroup.react.js index c4f54c54..39624ef9 100644 --- a/src/components/Optgroup.react.js +++ b/src/components/Optgroup.react.js @@ -11,13 +11,13 @@ const Optgroup = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Option.react.js b/src/components/Option.react.js index f449bba8..acc77380 100644 --- a/src/components/Option.react.js +++ b/src/components/Option.react.js @@ -11,13 +11,13 @@ const Option = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( ); } diff --git a/src/components/Output.react.js b/src/components/Output.react.js index 9f53cfc1..5d631093 100644 --- a/src/components/Output.react.js +++ b/src/components/Output.react.js @@ -11,13 +11,13 @@ const Output = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/P.react.js b/src/components/P.react.js index 39d71f83..69e03961 100644 --- a/src/components/P.react.js +++ b/src/components/P.react.js @@ -11,13 +11,13 @@ const P = (props) => { }} {...props} > - {props.children} + {props.render(props.children)}

    ); } else { return (

    - {props.children} + {props.render(props.children)}

    ); } diff --git a/src/components/Param.react.js b/src/components/Param.react.js index c8c6c225..93b55dbb 100644 --- a/src/components/Param.react.js +++ b/src/components/Param.react.js @@ -11,13 +11,13 @@ const Param = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} ); } diff --git a/src/components/Plaintext.react.js b/src/components/Plaintext.react.js index e6890d26..9cdc9b16 100644 --- a/src/components/Plaintext.react.js +++ b/src/components/Plaintext.react.js @@ -11,13 +11,13 @@ const Plaintext = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} ); } else { return ( - {props.children} + {props.render(props.children)} </plaintext> ); } diff --git a/src/components/Pre.react.js b/src/components/Pre.react.js index 3db82f16..1726b685 100644 --- a/src/components/Pre.react.js +++ b/src/components/Pre.react.js @@ -11,13 +11,13 @@ const Pre = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </pre> ); } else { return ( <pre {...props}> - {props.children} + {props.render(props.children)} </pre> ); } diff --git a/src/components/Progress.react.js b/src/components/Progress.react.js index b25e3781..b9a26cd7 100644 --- a/src/components/Progress.react.js +++ b/src/components/Progress.react.js @@ -11,13 +11,13 @@ const Progress = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </progress> ); } else { return ( <progress {...props}> - {props.children} + {props.render(props.children)} </progress> ); } diff --git a/src/components/Q.react.js b/src/components/Q.react.js index 3447b57e..b7414073 100644 --- a/src/components/Q.react.js +++ b/src/components/Q.react.js @@ -11,13 +11,13 @@ const Q = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </q> ); } else { return ( <q {...props}> - {props.children} + {props.render(props.children)} </q> ); } diff --git a/src/components/Rp.react.js b/src/components/Rp.react.js index 7d3ab303..29b48292 100644 --- a/src/components/Rp.react.js +++ b/src/components/Rp.react.js @@ -11,13 +11,13 @@ const Rp = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </rp> ); } else { return ( <rp {...props}> - {props.children} + {props.render(props.children)} </rp> ); } diff --git a/src/components/Rt.react.js b/src/components/Rt.react.js index 0e561316..15922350 100644 --- a/src/components/Rt.react.js +++ b/src/components/Rt.react.js @@ -11,13 +11,13 @@ const Rt = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </rt> ); } else { return ( <rt {...props}> - {props.children} + {props.render(props.children)} </rt> ); } diff --git a/src/components/Rtc.react.js b/src/components/Rtc.react.js index d8c0c2f2..5cd01537 100644 --- a/src/components/Rtc.react.js +++ b/src/components/Rtc.react.js @@ -11,13 +11,13 @@ const Rtc = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </rtc> ); } else { return ( <rtc {...props}> - {props.children} + {props.render(props.children)} </rtc> ); } diff --git a/src/components/Ruby.react.js b/src/components/Ruby.react.js index 28265955..d23d81b3 100644 --- a/src/components/Ruby.react.js +++ b/src/components/Ruby.react.js @@ -11,13 +11,13 @@ const Ruby = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </ruby> ); } else { return ( <ruby {...props}> - {props.children} + {props.render(props.children)} </ruby> ); } diff --git a/src/components/S.react.js b/src/components/S.react.js index 1f84b962..19074340 100644 --- a/src/components/S.react.js +++ b/src/components/S.react.js @@ -11,13 +11,13 @@ const S = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </s> ); } else { return ( <s {...props}> - {props.children} + {props.render(props.children)} </s> ); } diff --git a/src/components/Samp.react.js b/src/components/Samp.react.js index 53ef50e1..4de8319d 100644 --- a/src/components/Samp.react.js +++ b/src/components/Samp.react.js @@ -11,13 +11,13 @@ const Samp = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </samp> ); } else { return ( <samp {...props}> - {props.children} + {props.render(props.children)} </samp> ); } diff --git a/src/components/Script.react.js b/src/components/Script.react.js index d2b6d26d..8d09f689 100644 --- a/src/components/Script.react.js +++ b/src/components/Script.react.js @@ -11,13 +11,13 @@ const Script = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </script> ); } else { return ( <script {...props}> - {props.children} + {props.render(props.children)} </script> ); } diff --git a/src/components/Section.react.js b/src/components/Section.react.js index 1d4109ac..116de07a 100644 --- a/src/components/Section.react.js +++ b/src/components/Section.react.js @@ -11,13 +11,13 @@ const Section = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </section> ); } else { return ( <section {...props}> - {props.children} + {props.render(props.children)} </section> ); } diff --git a/src/components/Select.react.js b/src/components/Select.react.js index ce839b37..6f98a5aa 100644 --- a/src/components/Select.react.js +++ b/src/components/Select.react.js @@ -11,13 +11,13 @@ const Select = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </select> ); } else { return ( <select {...props}> - {props.children} + {props.render(props.children)} </select> ); } diff --git a/src/components/Shadow.react.js b/src/components/Shadow.react.js index 1a377041..edadbe37 100644 --- a/src/components/Shadow.react.js +++ b/src/components/Shadow.react.js @@ -11,13 +11,13 @@ const Shadow = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </shadow> ); } else { return ( <shadow {...props}> - {props.children} + {props.render(props.children)} </shadow> ); } diff --git a/src/components/Slot.react.js b/src/components/Slot.react.js index 544c6dbb..fb9973fa 100644 --- a/src/components/Slot.react.js +++ b/src/components/Slot.react.js @@ -11,13 +11,13 @@ const Slot = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </slot> ); } else { return ( <slot {...props}> - {props.children} + {props.render(props.children)} </slot> ); } diff --git a/src/components/Small.react.js b/src/components/Small.react.js index 2ed87b0b..17d757fb 100644 --- a/src/components/Small.react.js +++ b/src/components/Small.react.js @@ -11,13 +11,13 @@ const Small = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </small> ); } else { return ( <small {...props}> - {props.children} + {props.render(props.children)} </small> ); } diff --git a/src/components/Source.react.js b/src/components/Source.react.js index 1d9afc2e..92245f83 100644 --- a/src/components/Source.react.js +++ b/src/components/Source.react.js @@ -11,13 +11,13 @@ const Source = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </source> ); } else { return ( <source {...props}> - {props.children} + {props.render(props.children)} </source> ); } diff --git a/src/components/Spacer.react.js b/src/components/Spacer.react.js index be11ec43..9a057e99 100644 --- a/src/components/Spacer.react.js +++ b/src/components/Spacer.react.js @@ -11,13 +11,13 @@ const Spacer = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </spacer> ); } else { return ( <spacer {...props}> - {props.children} + {props.render(props.children)} </spacer> ); } diff --git a/src/components/Span.react.js b/src/components/Span.react.js index 6aa01c3b..08f2c89c 100644 --- a/src/components/Span.react.js +++ b/src/components/Span.react.js @@ -11,13 +11,13 @@ const Span = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </span> ); } else { return ( <span {...props}> - {props.children} + {props.render(props.children)} </span> ); } diff --git a/src/components/Strike.react.js b/src/components/Strike.react.js index 65e38e01..4fd25da5 100644 --- a/src/components/Strike.react.js +++ b/src/components/Strike.react.js @@ -11,13 +11,13 @@ const Strike = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </strike> ); } else { return ( <strike {...props}> - {props.children} + {props.render(props.children)} </strike> ); } diff --git a/src/components/Strong.react.js b/src/components/Strong.react.js index 60279ab4..c5fd87ea 100644 --- a/src/components/Strong.react.js +++ b/src/components/Strong.react.js @@ -11,13 +11,13 @@ const Strong = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </strong> ); } else { return ( <strong {...props}> - {props.children} + {props.render(props.children)} </strong> ); } diff --git a/src/components/Sub.react.js b/src/components/Sub.react.js index 0c4093c4..121fb868 100644 --- a/src/components/Sub.react.js +++ b/src/components/Sub.react.js @@ -11,13 +11,13 @@ const Sub = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </sub> ); } else { return ( <sub {...props}> - {props.children} + {props.render(props.children)} </sub> ); } diff --git a/src/components/Summary.react.js b/src/components/Summary.react.js index 7592014e..8bfb94fb 100644 --- a/src/components/Summary.react.js +++ b/src/components/Summary.react.js @@ -11,13 +11,13 @@ const Summary = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </summary> ); } else { return ( <summary {...props}> - {props.children} + {props.render(props.children)} </summary> ); } diff --git a/src/components/Sup.react.js b/src/components/Sup.react.js index 93595da5..ae67c2c3 100644 --- a/src/components/Sup.react.js +++ b/src/components/Sup.react.js @@ -11,13 +11,13 @@ const Sup = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </sup> ); } else { return ( <sup {...props}> - {props.children} + {props.render(props.children)} </sup> ); } diff --git a/src/components/Table.react.js b/src/components/Table.react.js index 913baa2e..be89ce4a 100644 --- a/src/components/Table.react.js +++ b/src/components/Table.react.js @@ -11,13 +11,13 @@ const Table = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </table> ); } else { return ( <table {...props}> - {props.children} + {props.render(props.children)} </table> ); } diff --git a/src/components/Tbody.react.js b/src/components/Tbody.react.js index 12e0753c..0a5041d2 100644 --- a/src/components/Tbody.react.js +++ b/src/components/Tbody.react.js @@ -11,13 +11,13 @@ const Tbody = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </tbody> ); } else { return ( <tbody {...props}> - {props.children} + {props.render(props.children)} </tbody> ); } diff --git a/src/components/Td.react.js b/src/components/Td.react.js index a95fb9f6..f3f69971 100644 --- a/src/components/Td.react.js +++ b/src/components/Td.react.js @@ -11,13 +11,13 @@ const Td = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </td> ); } else { return ( <td {...props}> - {props.children} + {props.render(props.children)} </td> ); } diff --git a/src/components/Template.react.js b/src/components/Template.react.js index 0f8d352f..0220401c 100644 --- a/src/components/Template.react.js +++ b/src/components/Template.react.js @@ -11,13 +11,13 @@ const Template = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </template> ); } else { return ( <template {...props}> - {props.children} + {props.render(props.children)} </template> ); } diff --git a/src/components/Textarea.react.js b/src/components/Textarea.react.js index 8187de8d..5cd4ad60 100644 --- a/src/components/Textarea.react.js +++ b/src/components/Textarea.react.js @@ -11,13 +11,13 @@ const Textarea = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </textarea> ); } else { return ( <textarea {...props}> - {props.children} + {props.render(props.children)} </textarea> ); } diff --git a/src/components/Tfoot.react.js b/src/components/Tfoot.react.js index 0fce0aeb..78adeaa1 100644 --- a/src/components/Tfoot.react.js +++ b/src/components/Tfoot.react.js @@ -11,13 +11,13 @@ const Tfoot = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </tfoot> ); } else { return ( <tfoot {...props}> - {props.children} + {props.render(props.children)} </tfoot> ); } diff --git a/src/components/Th.react.js b/src/components/Th.react.js index f2451e40..6c1a306d 100644 --- a/src/components/Th.react.js +++ b/src/components/Th.react.js @@ -11,13 +11,13 @@ const Th = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </th> ); } else { return ( <th {...props}> - {props.children} + {props.render(props.children)} </th> ); } diff --git a/src/components/Thead.react.js b/src/components/Thead.react.js index e4c46edf..0e954e8a 100644 --- a/src/components/Thead.react.js +++ b/src/components/Thead.react.js @@ -11,13 +11,13 @@ const Thead = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </thead> ); } else { return ( <thead {...props}> - {props.children} + {props.render(props.children)} </thead> ); } diff --git a/src/components/Time.react.js b/src/components/Time.react.js index c942aa7e..f7eb789f 100644 --- a/src/components/Time.react.js +++ b/src/components/Time.react.js @@ -11,13 +11,13 @@ const Time = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </time> ); } else { return ( <time {...props}> - {props.children} + {props.render(props.children)} </time> ); } diff --git a/src/components/Title.react.js b/src/components/Title.react.js index 5e7b7f8a..add560e7 100644 --- a/src/components/Title.react.js +++ b/src/components/Title.react.js @@ -11,13 +11,13 @@ const Title = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </title> ); } else { return ( <title {...props}> - {props.children} + {props.render(props.children)} </title> ); } diff --git a/src/components/Tr.react.js b/src/components/Tr.react.js index 67ec52c5..0be30286 100644 --- a/src/components/Tr.react.js +++ b/src/components/Tr.react.js @@ -11,13 +11,13 @@ const Tr = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </tr> ); } else { return ( <tr {...props}> - {props.children} + {props.render(props.children)} </tr> ); } diff --git a/src/components/Track.react.js b/src/components/Track.react.js index d2021d13..d66cfee5 100644 --- a/src/components/Track.react.js +++ b/src/components/Track.react.js @@ -11,13 +11,13 @@ const Track = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </track> ); } else { return ( <track {...props}> - {props.children} + {props.render(props.children)} </track> ); } diff --git a/src/components/Tt.react.js b/src/components/Tt.react.js index 270d43b4..ace87503 100644 --- a/src/components/Tt.react.js +++ b/src/components/Tt.react.js @@ -11,13 +11,13 @@ const Tt = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </tt> ); } else { return ( <tt {...props}> - {props.children} + {props.render(props.children)} </tt> ); } diff --git a/src/components/U.react.js b/src/components/U.react.js index 3957d51f..79f0fc11 100644 --- a/src/components/U.react.js +++ b/src/components/U.react.js @@ -11,13 +11,13 @@ const U = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </u> ); } else { return ( <u {...props}> - {props.children} + {props.render(props.children)} </u> ); } diff --git a/src/components/Ul.react.js b/src/components/Ul.react.js index 65d567be..f002d777 100644 --- a/src/components/Ul.react.js +++ b/src/components/Ul.react.js @@ -11,13 +11,13 @@ const Ul = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </ul> ); } else { return ( <ul {...props}> - {props.children} + {props.render(props.children)} </ul> ); } diff --git a/src/components/Var.react.js b/src/components/Var.react.js index 5d13b8fc..c869a465 100644 --- a/src/components/Var.react.js +++ b/src/components/Var.react.js @@ -11,13 +11,13 @@ const Var = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </var> ); } else { return ( <var {...props}> - {props.children} + {props.render(props.children)} </var> ); } diff --git a/src/components/Video.react.js b/src/components/Video.react.js index a1e92cd1..d1b43411 100644 --- a/src/components/Video.react.js +++ b/src/components/Video.react.js @@ -11,13 +11,13 @@ const Video = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </video> ); } else { return ( <video {...props}> - {props.children} + {props.render(props.children)} </video> ); } diff --git a/src/components/Wbr.react.js b/src/components/Wbr.react.js index cda0e8a0..876b1c39 100644 --- a/src/components/Wbr.react.js +++ b/src/components/Wbr.react.js @@ -11,13 +11,13 @@ const Wbr = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </wbr> ); } else { return ( <wbr {...props}> - {props.children} + {props.render(props.children)} </wbr> ); } diff --git a/src/components/Xmp.react.js b/src/components/Xmp.react.js index 6daef954..94d50997 100644 --- a/src/components/Xmp.react.js +++ b/src/components/Xmp.react.js @@ -11,13 +11,13 @@ const Xmp = (props) => { }} {...props} > - {props.children} + {props.render(props.children)} </xmp> ); } else { return ( <xmp {...props}> - {props.children} + {props.render(props.children)} </xmp> ); }