mirror of
https://github.com/c-cube/linol.git
synced 2026-01-23 09:56:41 -05:00
19 lines
8.3 KiB
HTML
19 lines
8.3 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>NotebookDocumentChangeEvent (linol-lwt.Linol_lwt.NotebookDocumentChangeEvent)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta name="generator" content="odoc 3.1.0"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> – <a href="../../../index.html">Index</a> » <a href="../../index.html">linol-lwt</a> » <a href="../index.html">Linol_lwt</a> » NotebookDocumentChangeEvent</nav><header class="odoc-preamble"><h1>Module <code><span>Linol_lwt.NotebookDocumentChangeEvent</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-textContent"><a href="#type-textContent" class="anchor"></a><code><span><span class="keyword">type</span> textContent</span><span> = </span><span>{</span></code><ol><li id="type-textContent.document" class="def record field anchored"><a href="#type-textContent.document" class="anchor"></a><code><span>document : <span class="xref-unresolved">Linol_lsp__Types.VersionedTextDocumentIdentifier.t</span>;</span></code></li><li id="type-textContent.changes" class="def record field anchored"><a href="#type-textContent.changes" class="anchor"></a><code><span>changes : <span><span class="xref-unresolved">Linol_lsp__Types.TextDocumentContentChangeEvent.t</span> list</span>;</span></code></li></ol><code><span>}</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-create_textContent"><a href="#val-create_textContent" class="anchor"></a><code><span><span class="keyword">val</span> create_textContent :
|
||
<span><span class="label">document</span>:<span class="xref-unresolved">Linol_lsp__Types.VersionedTextDocumentIdentifier.t</span> <span class="arrow">-></span></span>
|
||
<span><span class="label">changes</span>:<span><span class="xref-unresolved">Linol_lsp__Types.TextDocumentContentChangeEvent.t</span> list</span> <span class="arrow">-></span></span>
|
||
<a href="#type-textContent">textContent</a></span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-structure"><a href="#type-structure" class="anchor"></a><code><span><span class="keyword">type</span> structure</span><span> = </span><span>{</span></code><ol><li id="type-structure.array" class="def record field anchored"><a href="#type-structure.array" class="anchor"></a><code><span>array : <span class="xref-unresolved">Linol_lsp__Types.NotebookCellArrayChange.t</span>;</span></code></li><li id="type-structure.didOpen" class="def record field anchored"><a href="#type-structure.didOpen" class="anchor"></a><code><span>didOpen : <span><span><span class="xref-unresolved">Linol_lsp__Types.TextDocumentItem.t</span> list</span> option</span>;</span></code></li><li id="type-structure.didClose" class="def record field anchored"><a href="#type-structure.didClose" class="anchor"></a><code><span>didClose : <span><span><span class="xref-unresolved">Linol_lsp__Types.TextDocumentIdentifier.t</span> list</span> option</span>;</span></code></li></ol><code><span>}</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-create_structure"><a href="#val-create_structure" class="anchor"></a><code><span><span class="keyword">val</span> create_structure :
|
||
<span><span class="label">array</span>:<span class="xref-unresolved">Linol_lsp__Types.NotebookCellArrayChange.t</span> <span class="arrow">-></span></span>
|
||
<span><span class="optlabel">?didOpen</span>:<span><span class="xref-unresolved">Linol_lsp__Types.TextDocumentItem.t</span> list</span> <span class="arrow">-></span></span>
|
||
<span><span class="optlabel">?didClose</span>:<span><span class="xref-unresolved">Linol_lsp__Types.TextDocumentIdentifier.t</span> list</span> <span class="arrow">-></span></span>
|
||
<span>unit <span class="arrow">-></span></span>
|
||
<a href="#type-structure">structure</a></span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-cells"><a href="#type-cells" class="anchor"></a><code><span><span class="keyword">type</span> cells</span><span> = </span><span>{</span></code><ol><li id="type-cells.structure" class="def record field anchored"><a href="#type-cells.structure" class="anchor"></a><code><span>structure : <span><a href="#type-structure">structure</a> option</span>;</span></code></li><li id="type-cells.data" class="def record field anchored"><a href="#type-cells.data" class="anchor"></a><code><span>data : <span><span><span class="xref-unresolved">Linol_lsp__Types.NotebookCell.t</span> list</span> option</span>;</span></code></li><li id="type-cells.textContent" class="def record field anchored"><a href="#type-cells.textContent" class="anchor"></a><code><span>textContent : <span><span><a href="#type-textContent">textContent</a> list</span> option</span>;</span></code></li></ol><code><span>}</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-create_cells"><a href="#val-create_cells" class="anchor"></a><code><span><span class="keyword">val</span> create_cells :
|
||
<span><span class="optlabel">?structure</span>:<a href="#type-structure">structure</a> <span class="arrow">-></span></span>
|
||
<span><span class="optlabel">?data</span>:<span><span class="xref-unresolved">Linol_lsp__Types.NotebookCell.t</span> list</span> <span class="arrow">-></span></span>
|
||
<span><span class="optlabel">?textContent</span>:<span><a href="#type-textContent">textContent</a> list</span> <span class="arrow">-></span></span>
|
||
<span>unit <span class="arrow">-></span></span>
|
||
<a href="#type-cells">cells</a></span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span><span> = </span><span>{</span></code><ol><li id="type-t.cells" class="def record field anchored"><a href="#type-t.cells" class="anchor"></a><code><span>cells : <span><a href="#type-cells">cells</a> option</span>;</span></code></li><li id="type-t.metadata" class="def record field anchored"><a href="#type-t.metadata" class="anchor"></a><code><span>metadata : <span><a href="../../../linol/Linol_lsp/Import/Json/Object/index.html#type-t">Linol_lsp.Import.Json.Object.t</a> option</span>;</span></code></li></ol><code><span>}</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-create"><a href="#val-create" class="anchor"></a><code><span><span class="keyword">val</span> create :
|
||
<span><span class="optlabel">?cells</span>:<a href="#type-cells">cells</a> <span class="arrow">-></span></span>
|
||
<span><span class="optlabel">?metadata</span>:<a href="../../../linol/Linol_lsp/Import/Json/Object/index.html#type-t">Linol_lsp.Import.Json.Object.t</a> <span class="arrow">-></span></span>
|
||
<span>unit <span class="arrow">-></span></span>
|
||
<a href="#type-t">t</a></span></code></div></div><div class="odoc-include"><details open="open"><summary class="spec include"><code><span><span class="keyword">include</span> <a href="../../../ppx_yojson_conv_lib/Ppx_yojson_conv_lib/Yojsonable/module-type-S/index.html">Linol_lsp.Import.Json.Jsonable.S</a> <span class="keyword">with</span> <span><span class="keyword">type</span> <a href="../../../ppx_yojson_conv_lib/Ppx_yojson_conv_lib/Yojsonable/module-type-S/index.html#type-t">t</a> := <a href="#type-t">t</a></span></span></code></summary><div class="odoc-spec"><div class="spec value anchored" id="val-t_of_yojson"><a href="#val-t_of_yojson" class="anchor"></a><code><span><span class="keyword">val</span> t_of_yojson : <span><a href="../../../yojson/Yojson/Safe/index.html#type-t">Yojson.Safe.t</a> <span class="arrow">-></span></span> <a href="#type-t">t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-yojson_of_t"><a href="#val-yojson_of_t" class="anchor"></a><code><span><span class="keyword">val</span> yojson_of_t : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <a href="../../../yojson/Yojson/Safe/index.html#type-t">Yojson.Safe.t</a></span></code></div></div></details></div></div></body></html>
|