
Product
Announcing Bun and vlt Support in Socket
Bringing supply chain security to the next generation of JavaScript package managers
@senx/warpview-editor
Advanced tools
This web components embed a WarpScript editor dedicated to Warp 10™.

Demo: https://senx.github.io/warpview-editor
npm i @senx/warpview-editor --save
yarn add @senx/warpview-editor
<html dir="ltr" lang="en">
<head>
<title>Test</title>
<script src="https://unpkg.com/@senx/warpview-editor@x.x.x/elements/warpview-editor.js"></script>
</head>
<body>
<warp-view-editor url="https://warp.senx.io/api/v0/exec" height-line=18 width-px=600 theme="dark" id="editor" show-dataviz="true" horizontal-layout="false" config='{"quickSuggestionsDelay":3000, "suggestOnTriggerCharacters": false}'>
2 2 +
</warp-view-editor>
</body>
</html>
| Name | Type | Default | Description |
|---|---|---|---|
| url | string | Warp 10 url, eg: https://warp.senx.io/api/v0/exec | |
| theme | string | 'light' | Editor theme (light or dark) |
| warpscript | string | '' | WarpScript to edit (optional, could be inside HTML tag) |
| showDataviz | boolean | false | Display the "Show dataviz" button |
| showExecute | boolean | true | Display the "Execute" button |
| horizontalLayout | boolean | false | Horizontal or vertical layout |
| config | object | default config | Configuration |
| displayMessages | boolean | true | Displays messages from WarpScript execution |
| widthPx | number | Fixed width | |
| heightPx | number | Fixed height | |
| heightLine | number | Fixed number of lines | |
| imageTab | boolean | false | Display the tab for image results |
{
"buttons" : {
"class": ""
},
"execButton" : {
"class": "",
"label": "Execute"
},
"datavizButton" : {
"class": "",
"label": "Visualize"
},
"hover" : true,
"readOnly" : false,
"messageClass" : "",
"errorClass" : "",
"editor": {
"quickSuggestionsDelay": 10,
"quickSuggestions": true,
"tabSize": 2,
"minLineNumber": 10,
"enableDebug": false
}
}
String execution status :
Your script execution took 527.749 ms serverside, fetched 138156 datapoints and performed 21 WarpScript operations.
String execution error :
ERROR line #4 in section '[TOP]': Unknown symbol 'TOKEN2'
String representation of the WarpScript typed in the editor.
Json of the the WarpScript execution result triggered by a click on the execute button.
Json of the the WarpScript execution result triggered by a click on the dataViz button
FAQs
WarpView Editor Elements
We found that @senx/warpview-editor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.