quickshell-web/modules/Quickshell.Io/DataStream.json
2024-09-28 02:35:19 +03:00

28 lines
675 B
JSON

{
"name": "DataStream",
"module": "Quickshell.Io",
"type": "class",
"super": {
"type": "qt",
"module": "qml.QtQml",
"name": "QtObject"
},
"description": "Data source that can be streamed into a parser.",
"details": "See also: TYPE99MQS_Quickshell_Io99NDataStreamParser99TYPE\n",
"flags": [
"uncreatable"
],
"properties": {
"parser": {
"type": {
"type": "local",
"module": "Quickshell.Io",
"name": "DataStreamParser"
},
"details": "The parser to stream data from this source into.\nIf the parser is null no data will be read.\n"
}
},
"functions": [],
"signals": {},
"variants": {}
}