@kui-shell/plugin-client-common
Version:
Kui plugin that offers stylesheets
21 lines (20 loc) • 467 B
JSON
[
{
"status": "done",
"response": {
"apiVersion": "kui-shell/v1",
"kind": "XtermResponse",
"rows": [[{ "innerText": "hello", "classList": [], "style": {}, "textContent": "h" }]],
"code": 0
}
},
{
"status": "done",
"response": {
"apiVersion": "kui-shell/v1",
"kind": "XtermResponse",
"rows": [[{ "innerText": "world", "classList": [], "style": {}, "textContent": "w" }]],
"code": 0
}
}
]