command "vdomcreatecontext", wshserver.VDomCreateContextCommand
(w *wshutil.WshRpc, data vdom.VDomCreateContext, opts *wshrpc.RpcOpts)
| 956 | |
| 957 | // command "vdomcreatecontext", wshserver.VDomCreateContextCommand |
| 958 | func VDomCreateContextCommand(w *wshutil.WshRpc, data vdom.VDomCreateContext, opts *wshrpc.RpcOpts) (*waveobj.ORef, error) { |
| 959 | resp, err := sendRpcRequestCallHelper[*waveobj.ORef](w, "vdomcreatecontext", data, opts) |
| 960 | return resp, err |
| 961 | } |
| 962 | |
| 963 | // command "vdomrender", wshserver.VDomRenderCommand |
| 964 | func VDomRenderCommand(w *wshutil.WshRpc, data vdom.VDomFrontendUpdate, opts *wshrpc.RpcOpts) chan wshrpc.RespOrErrorUnion[*vdom.VDomBackendUpdate] { |
no test coverage detected