dash-devextreme
Version:
Wrapper of DevExtreme components for Plotly Dash
1,788 lines • 712 kB
JSON
{
"src/components/A.react.js": {
"description": "",
"displayName": "A",
"methods": [],
"props": {
"id": {
"type": {
"name": "string"
},
"required": false,
"description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app."
},
"children": {
"type": {
"name": "node"
},
"required": false,
"description": "The children of this component"
},
"n_clicks": {
"type": {
"name": "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
}
},
"n_clicks_timestamp": {
"type": {
"name": "custom",
"raw": "PropTypes.integer"
},
"required": false,
"description": "An integer that represents the time (in ms since 1970)\nat which n_clicks changed. This can be used to tell\nwhich button was changed most recently.",
"defaultValue": {
"value": "-1",
"computed": false
}
},
"key": {
"type": {
"name": "string"
},
"required": false,
"description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info"
},
"role": {
"type": {
"name": "string"
},
"required": false,
"description": "The ARIA role attribute"
},
"data-*": {
"type": {
"name": "string"
},
"required": false,
"description": "A wildcard data attribute"
},
"aria-*": {
"type": {
"name": "string"
},
"required": false,
"description": "A wildcard aria attribute"
},
"download": {
"type": {
"name": "string"
},
"required": false,
"description": "Indicates that the hyperlink is to be used for downloading a resource."
},
"href": {
"type": {
"name": "string"
},
"required": false,
"description": "The URL of a linked resource."
},
"hrefLang": {
"type": {
"name": "string"
},
"required": false,
"description": "Specifies the language of the linked resource."
},
"media": {
"type": {
"name": "string"
},
"required": false,
"description": "Specifies a hint of the media for which the linked resource was designed."
},
"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 <menu> 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": ""
},
"setProps": {
"type": {
"name": "func"
},
"required": false,
"description": ""
}
}
},
"src/components/Abbr.react.js": {
"description": "",
"displayName": "Abbr",
"methods": [],
"props": {
"id": {
"type": {
"name": "string"
},
"required": false,
"description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app."
},
"children": {
"type": {
"name": "node"
},
"required": false,
"description": "The children of this component"
},
"n_clicks": {
"type": {
"name": "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
}
},
"n_clicks_timestamp": {
"type": {
"name": "custom",
"raw": "PropTypes.integer"
},
"required": false,
"description": "An integer that represents the time (in ms since 1970)\nat which n_clicks changed. This can be used to tell\nwhich button was changed most recently.",
"defaultValue": {
"value": "-1",
"computed": false
}
},
"key": {
"type": {
"name": "string"
},
"required": false,
"description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info"
},
"role": {
"type": {
"name": "string"
},
"required": false,
"description": "The ARIA role attribute"
},
"data-*": {
"type": {
"name": "string"
},
"required": false,
"description": "A wildcard data attribute"
},
"aria-*": {
"type": {
"name": "string"
},
"required": false,
"description": "A wildcard aria attribute"
},
"accessKey": {
"type": {
"name": "string"
},
"required": false,
"description": "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 <menu> 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": ""
},
"setProps": {
"type": {
"name": "func"
},
"required": false,
"description": ""
}
}
},
"src/components/Acronym.react.js": {
"description": "",
"displayName": "Acronym",
"methods": [],
"props": {
"id": {
"type": {
"name": "string"
},
"required": false,
"description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app."
},
"children": {
"type": {
"name": "node"
},
"required": false,
"description": "The children of this component"
},
"n_clicks": {
"type": {
"name": "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
}
},
"n_clicks_timestamp": {
"type": {
"name": "custom",
"raw": "PropTypes.integer"
},
"required": false,
"description": "An integer that represents the time (in ms since 1970)\nat which n_clicks changed. This can be used to tell\nwhich button was changed most recently.",
"defaultValue": {
"value": "-1",
"computed": false
}
},
"key": {
"type": {
"name": "string"
},
"required": false,
"description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info"
},
"role": {
"type": {
"name": "string"
},
"required": false,
"description": "The ARIA role attribute"
},
"data-*": {
"type": {
"name": "string"
},
"required": false,
"description": "A wildcard data attribute"
},
"aria-*": {
"type": {
"name": "string"
},
"required": false,
"description": "A wildcard aria attribute"
},
"accessKey": {
"type": {
"name": "string"
},
"required": false,
"description": "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 <menu> 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": ""
},
"setProps": {
"type": {
"name": "func"
},
"required": false,
"description": ""
}
}
},
"src/components/Address.react.js": {
"description": "",
"displayName": "Address",
"methods": [],
"props": {
"id": {
"type": {
"name": "string"
},
"required": false,
"description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app."
},
"children": {
"type": {
"name": "node"
},
"required": false,
"description": "The children of this component"
},
"n_clicks": {
"type": {
"name": "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
}
},
"n_clicks_timestamp": {
"type": {
"name": "custom",
"raw": "PropTypes.integer"
},
"required": false,
"description": "An integer that represents the time (in ms since 1970)\nat which n_clicks changed. This can be used to tell\nwhich button was changed most recently.",
"defaultValue": {
"value": "-1",
"computed": false
}
},
"key": {
"type": {
"name": "string"
},
"required": false,
"description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info"
},
"role": {
"type": {
"name": "string"
},
"required": false,
"description": "The ARIA role attribute"
},
"data-*": {
"type": {
"name": "string"
},
"required": false,
"description": "A wildcard data attribute"
},
"aria-*": {
"type": {
"name": "string"
},
"required": false,
"description": "A wildcard aria attribute"
},
"accessKey": {
"type": {
"name": "string"
},
"required": false,
"description": "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 <menu> 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": ""
},
"setProps": {
"type": {
"name": "func"
},
"required": false,
"description": ""
}
}
},
"src/components/Area.react.js": {
"description": "",
"displayName": "Area",
"methods": [],
"props": {
"id": {
"type": {
"name": "string"
},
"required": false,
"description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app."
},
"children": {
"type": {
"name": "node"
},
"required": false,
"description": "The children of this component"
},
"n_clicks": {
"type": {
"name": "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
}
},
"n_clicks_timestamp": {
"type": {
"name": "custom",
"raw": "PropTypes.integer"
},
"required": false,
"description": "An integer that represents the time (in ms since 1970)\nat which n_clicks changed. This can be used to tell\nwhich button was changed most recently.",
"defaultValue": {
"value": "-1",
"computed": false
}
},
"key": {
"type": {
"name": "string"
},
"required": false,
"description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info"
},
"role": {
"type": {
"name": "string"
},
"required": false,
"description": "The ARIA role attribute"
},
"data-*": {
"type": {
"name": "string"
},
"required": false,
"description": "A wildcard data attribute"
},
"aria-*": {
"type": {
"name": "string"
},
"required": false,
"description": "A wildcard aria attribute"
},
"alt": {
"type": {
"name": "string"
},
"required": false,
"description": "Alternative text in case an image can't be displayed."
},
"coords": {
"type": {
"name": "string"
},
"required": false,
"description": "A set of values specifying the coordinates of the hot-spot region."
},
"download": {
"type": {
"name": "string"
},
"required": false,
"description": "Indicates that the hyperlink is to be used for downloading a resource."
},
"href": {
"type": {
"name": "string"
},
"required": false,
"description": "The URL of a linked resource."
},
"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 <menu> 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": ""
},
"setProps": {
"type": {
"name": "func"
},
"required": false,
"description": ""
}
}
},
"src/components/Article.react.js": {
"description": "",
"displayName": "Article",
"methods": [],
"props": {
"id": {
"type": {
"name": "string"
},
"required": false,
"description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app."
},
"children": {
"type": {
"name": "node"
},
"required": false,
"description": "The children of this component"
},
"n_clicks": {
"type": {
"name": "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
}
},
"n_clicks_timestamp": {
"type": {
"name": "custom",
"raw": "PropTypes.integer"
},
"required": false,
"description": "An integer that represents the time (in ms since 1970)\nat which n_clicks changed. This can be used to tell\nwhich button was changed most recently.",
"defaultValue": {
"value": "-1",
"computed": false
}
},
"key": {
"type": {
"name": "string"
},
"required": false,
"description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info"
},
"role": {
"type": {
"name": "string"
},
"required": false,
"description": "The ARIA role attribute"
},
"data-*": {
"type": {
"name": "string"
},
"required": false,
"description": "A wildcard data attribute"
},
"aria-*": {
"type": {
"name": "string"
},
"required": false,
"description": "A wildcard aria attribute"
},
"accessKey": {
"type": {
"name": "string"
},
"required": false,
"description": "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 <menu> 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": ""
},
"setProps": {
"type": {
"name": "func"
},
"required": false,
"description": ""
}
}
},
"src/components/Aside.react.js": {
"description": "",
"displayName": "Aside",
"methods": [],
"props": {
"id": {
"type": {
"name": "string"
},
"required": false,
"description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app."
},
"children": {
"type": {
"name": "node"
},
"required": false,
"description": "The children of this component"
},
"n_clicks": {
"type": {
"name": "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
}
},
"n_clicks_timestamp": {
"type": {
"name": "custom",
"raw": "PropTypes.integer"
},
"required": false,
"description": "An integer that represents the time (in ms since 1970)\nat which n_clicks changed. This can be used to tell\nwhich button was changed most recently.",
"defaultValue": {
"value": "-1",
"computed": false
}
},
"key": {
"type": {
"name": "string"
},
"required": false,
"description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info"
},
"role": {
"type": {
"name": "string"
},
"required": false,
"description": "The ARIA role attribute"
},
"data-*": {
"type": {
"name": "string"
},
"required": false,
"description": "A wildcard data attribute"
},
"aria-*": {
"type": {
"name": "string"
},
"required": false,
"description": "A wildcard aria attribute"
},
"accessKey": {
"type": {
"name": "string"
},
"required": false,
"description": "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 <menu> 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": ""
},
"setProps": {
"type": {
"name": "func"
},
"required": false,
"description": ""
}
}
},
"src/components/Audio.react.js": {
"description": "",
"displayName": "Audio",
"methods": [],
"props": {
"id": {
"type": {
"name": "string"
},
"required": false,
"description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app."
},
"children": {
"type": {
"name": "node"
},
"required": false,
"description": "The children of this component"
},
"n_clicks": {
"type": {
"name": "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
}
},
"n_clicks_timestamp": {
"type": {
"name": "custom",
"raw": "PropTypes.integer"
},
"required": false,
"description": "An integer that represents the time (in ms since 1970)\nat which n_clicks changed. This can be used to tell\nwhich button was changed most recently.",
"defaultValue": {
"value": "-1",
"computed": false
}
},
"key": {
"type": {
"name": "string"
},
"required": false,
"description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info"
},
"role": {
"type": {
"name": "string"
},
"required": false,
"description": "The ARIA role attribute"
},
"data-*": {
"type": {
"name": "string"
},
"required": false,
"description": "A wildcard data attribute"
},
"aria-*": {
"type": {
"name": "string"
},
"required": false,
"description": "A wildcard aria attribute"
},
"autoPlay": {
"type": {
"name": "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."
},
"muted": {
"type": {
"name": "string"
},
"required": false,
"description": "Indicates whether the audio will be initially silenced on page load."
},
"preload": {
"type": {
"name": "string"
},
"required": false,
"description": "Indicates whether the whole resource, parts of it or nothing should be preloaded."
},
"src": {
"type": {
"name": "string"
},
"required": false,
"description": "The URL of the embeddable content."
},
"accessKey": {
"type": {
"name": "string"
},
"required": false,
"description": "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 <menu> 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": ""
},
"setProps": {
"type": {
"name": "func"
},
"required": false,
"description": ""
}
}
},
"src/components/B.react.js": {
"description": "",
"displayName": "B",
"methods": [],
"props": {
"id": {
"type": {
"name": "string"
},
"required": false,
"description": "The ID of this component, used to identify dash components\nin callbacks. The ID needs to be unique across all of the\ncomponents in an app."
},
"children": {
"type": {
"name": "node"
},
"required": false,
"description": "The children of this component"
},
"n_clicks": {
"type": {
"name": "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
}
},
"n_clicks_timestamp": {
"type": {
"name": "custom",
"raw": "PropTypes.integer"
},
"required": false,
"description": "An integer that represents the time (in ms since 1970)\nat which n_clicks changed. This can be used to tell\nwhich button was changed most recently.",
"defaultValue": {
"value": "-1",
"computed": false
}
},
"key": {
"type": {
"name": "string"
},
"required": false,
"description": "A unique identifier for the component, used to improve\nperformance by React.js while rendering components\nSee https://reactjs.org/docs/lists-and-keys.html for more info"
},
"role": {
"type": {
"name": "string"
},
"required": false,
"description": "The ARIA role attribute"
},
"data-*": {
"type": {
"name": "string"
},
"required": false,
"description": "A wildcard data attribute"
},
"aria-*": {
"type": {
"name": "string"
},
"required": false,
"description": "A wildcard aria attribute"
},
"accessKey": {
"type": {
"name": "string"
},
"required": false,
"description": "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 <menu> 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 t