UNPKG

react-konva-grid

Version:

Declarative React Canvas Grid primitive for Data table, Pivot table, Excel Worksheets

435 lines 25.3 kB
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>UseEditableOptions | react-konva-grid</title> <meta name="description" content="Documentation for react-konva-grid"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">react-konva-grid</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Externals</label> <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../globals.html">Globals</a> </li> <li> <a href="../modules/_hooks_useeditable_.html">&quot;hooks/useEditable&quot;</a> </li> <li> <a href="_hooks_useeditable_.useeditableoptions.html">UseEditableOptions</a> </li> </ul> <h1>Interface UseEditableOptions</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel tsd-hierarchy"> <h3>Hierarchy</h3> <ul class="tsd-hierarchy"> <li> <span class="target">UseEditableOptions</span> </li> </ul> </section> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section "> <h3>Properties</h3> <ul class="tsd-index-list"> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="_hooks_useeditable_.useeditableoptions.html#activecell" class="tsd-kind-icon">active<wbr>Cell</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="_hooks_useeditable_.useeditableoptions.html#geteditor" class="tsd-kind-icon">get<wbr>Editor</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="_hooks_useeditable_.useeditableoptions.html#getvalue" class="tsd-kind-icon">get<wbr>Value</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="_hooks_useeditable_.useeditableoptions.html#gridref" class="tsd-kind-icon">grid<wbr>Ref</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="_hooks_useeditable_.useeditableoptions.html#onbeforeedit" class="tsd-kind-icon">on<wbr>Before<wbr>Edit</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="_hooks_useeditable_.useeditableoptions.html#oncancel" class="tsd-kind-icon">on<wbr>Cancel</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="_hooks_useeditable_.useeditableoptions.html#onchange" class="tsd-kind-icon">on<wbr>Change</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="_hooks_useeditable_.useeditableoptions.html#ondelete" class="tsd-kind-icon">on<wbr>Delete</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="_hooks_useeditable_.useeditableoptions.html#onsubmit" class="tsd-kind-icon">on<wbr>Submit</a></li> <li class="tsd-kind-property tsd-parent-kind-interface"><a href="_hooks_useeditable_.useeditableoptions.html#selections" class="tsd-kind-icon">selections</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Properties</h2> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="activecell" class="tsd-anchor"></a> <h3>active<wbr>Cell</h3> <div class="tsd-signature tsd-kind-icon">active<wbr>Cell<span class="tsd-signature-symbol">:</span> <a href="_grid_.cellinterface.html" class="tsd-signature-type">CellInterface</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/rmdort/konva-grid/blob/41d9546/src/hooks/useEditable.tsx#L58">src/hooks/useEditable.tsx:58</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Active selected cell. This can change, if the user is in formula mode</p> </div> </div> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="geteditor" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagOptional">Optional</span> get<wbr>Editor</h3> <div class="tsd-signature tsd-kind-icon">get<wbr>Editor<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>cell<span class="tsd-signature-symbol">: </span><a href="_grid_.cellinterface.html" class="tsd-signature-type">CellInterface</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">React.ElementType</span><span class="tsd-signature-symbol">)</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/rmdort/konva-grid/blob/41d9546/src/hooks/useEditable.tsx#L22">src/hooks/useEditable.tsx:22</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Inject custom editors based on a cell</p> </div> </div> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="getvalue" class="tsd-anchor"></a> <h3>get<wbr>Value</h3> <div class="tsd-signature tsd-kind-icon">get<wbr>Value<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>cell<span class="tsd-signature-symbol">: </span><a href="_grid_.cellinterface.html" class="tsd-signature-type">CellInterface</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">any</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/rmdort/konva-grid/blob/41d9546/src/hooks/useEditable.tsx#L30">src/hooks/useEditable.tsx:30</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Value getter</p> </div> </div> <div class="tsd-type-declaration"> <h4>Type declaration</h4> <ul class="tsd-parameters"> <li class="tsd-parameter-signature"> <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-property"> <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>cell<span class="tsd-signature-symbol">: </span><a href="_grid_.cellinterface.html" class="tsd-signature-type">CellInterface</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>cell: <a href="_grid_.cellinterface.html" class="tsd-signature-type">CellInterface</a></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4> </li> </ul> </li> </ul> </div> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="gridref" class="tsd-anchor"></a> <h3>grid<wbr>Ref</h3> <div class="tsd-signature tsd-kind-icon">grid<wbr>Ref<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">MutableRefObject</span><span class="tsd-signature-symbol">&lt;</span><a href="../modules/_grid_.html#gridref" class="tsd-signature-type">GridRef</a><span class="tsd-signature-symbol">&gt;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/rmdort/konva-grid/blob/41d9546/src/hooks/useEditable.tsx#L26">src/hooks/useEditable.tsx:26</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Access grid methods</p> </div> </div> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="onbeforeedit" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagOptional">Optional</span> on<wbr>Before<wbr>Edit</h3> <div class="tsd-signature tsd-kind-icon">on<wbr>Before<wbr>Edit<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>coords<span class="tsd-signature-symbol">: </span><a href="_grid_.cellinterface.html" class="tsd-signature-type">CellInterface</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/rmdort/konva-grid/blob/41d9546/src/hooks/useEditable.tsx#L62">src/hooks/useEditable.tsx:62</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Callback fired before editing. Can be used to prevent editing. Do not use it, Can be removed in next release.</p> </div> </div> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="oncancel" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagOptional">Optional</span> on<wbr>Cancel</h3> <div class="tsd-signature tsd-kind-icon">on<wbr>Cancel<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>e<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">React.KeyboardEvent</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">HTMLInputElement</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/rmdort/konva-grid/blob/41d9546/src/hooks/useEditable.tsx#L34">src/hooks/useEditable.tsx:34</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Callback when user cancels editing</p> </div> </div> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="onchange" class="tsd-anchor"></a> <h3>on<wbr>Change</h3> <div class="tsd-signature tsd-kind-icon">on<wbr>Change<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, activeCell<span class="tsd-signature-symbol">: </span><a href="_grid_.cellinterface.html" class="tsd-signature-type">CellInterface</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/rmdort/konva-grid/blob/41d9546/src/hooks/useEditable.tsx#L38">src/hooks/useEditable.tsx:38</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Callback when user changes a value in editor</p> </div> </div> <div class="tsd-type-declaration"> <h4>Type declaration</h4> <ul class="tsd-parameters"> <li class="tsd-parameter-signature"> <ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-property"> <li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, activeCell<span class="tsd-signature-symbol">: </span><a href="_grid_.cellinterface.html" class="tsd-signature-type">CellInterface</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li> </ul> <ul class="tsd-descriptions"> <li class="tsd-description"> <h4 class="tsd-parameters-title">Parameters</h4> <ul class="tsd-parameters"> <li> <h5>value: <span class="tsd-signature-type">string</span></h5> </li> <li> <h5>activeCell: <a href="_grid_.cellinterface.html" class="tsd-signature-type">CellInterface</a></h5> </li> </ul> <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4> </li> </ul> </li> </ul> </div> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="ondelete" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagOptional">Optional</span> on<wbr>Delete</h3> <div class="tsd-signature tsd-kind-icon">on<wbr>Delete<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>activeCell<span class="tsd-signature-symbol">: </span><a href="_grid_.cellinterface.html" class="tsd-signature-type">CellInterface</a>, selections<span class="tsd-signature-symbol">: </span><a href="_grid_.selectionarea.html" class="tsd-signature-type">SelectionArea</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/rmdort/konva-grid/blob/41d9546/src/hooks/useEditable.tsx#L50">src/hooks/useEditable.tsx:50</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Callback when user selects an area and presses delete key</p> </div> </div> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="onsubmit" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagOptional">Optional</span> on<wbr>Submit</h3> <div class="tsd-signature tsd-kind-icon">on<wbr>Submit<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>value<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, activeCell<span class="tsd-signature-symbol">: </span><a href="_grid_.cellinterface.html" class="tsd-signature-type">CellInterface</a>, nextActiveCell<span class="tsd-signature-symbol">?: </span><a href="_grid_.cellinterface.html" class="tsd-signature-type">CellInterface</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/rmdort/konva-grid/blob/41d9546/src/hooks/useEditable.tsx#L42">src/hooks/useEditable.tsx:42</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Callback when user submits a value. Use this to update state</p> </div> </div> </section> <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"> <a name="selections" class="tsd-anchor"></a> <h3>selections</h3> <div class="tsd-signature tsd-kind-icon">selections<span class="tsd-signature-symbol">:</span> <a href="_grid_.selectionarea.html" class="tsd-signature-type">SelectionArea</a><span class="tsd-signature-symbol">[]</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/rmdort/konva-grid/blob/41d9546/src/hooks/useEditable.tsx#L54">src/hooks/useEditable.tsx:54</a></li> </ul> </aside> <div class="tsd-comment tsd-typography"> <div class="lead"> <p>Currently selected cells, injected by useSelection</p> </div> </div> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../globals.html"><em>Globals</em></a> </li> <li class=" tsd-kind-module"> <a href="../modules/_cell_.html">&quot;<wbr>Cell&quot;</a> </li> <li class=" tsd-kind-module"> <a href="../modules/_grid_.html">&quot;<wbr>Grid&quot;</a> </li> <li class=" tsd-kind-module"> <a href="../modules/_helpers_.html">&quot;helpers&quot;</a> </li> <li class=" tsd-kind-module"> <a href="../modules/_hooks_useautosizer_.html">&quot;hooks/use<wbr>Auto<wbr>Sizer&quot;</a> </li> <li class=" tsd-kind-module"> <a href="../modules/_hooks_usecopypaste_.html">&quot;hooks/use<wbr>Copy<wbr>Paste&quot;</a> </li> <li class="current tsd-kind-module"> <a href="../modules/_hooks_useeditable_.html">&quot;hooks/use<wbr>Editable&quot;</a> </li> <li class=" tsd-kind-module"> <a href="../modules/_hooks_usepagination_.html">&quot;hooks/use<wbr>Pagination&quot;</a> </li> <li class=" tsd-kind-module"> <a href="../modules/_hooks_useselection_.html">&quot;hooks/use<wbr>Selection&quot;</a> </li> <li class=" tsd-kind-module"> <a href="../modules/_hooks_usetooltip_.html">&quot;hooks/use<wbr>Tooltip&quot;</a> </li> <li class=" tsd-kind-module"> <a href="../modules/_index_.html">&quot;index&quot;</a> </li> <li class=" tsd-kind-module"> <a href="../modules/_types_.html">&quot;types&quot;</a> </li> <li class=" tsd-kind-module"> <a href="../modules/_utils_.html">&quot;utils&quot;</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-interface tsd-parent-kind-module"> <a href="_hooks_useeditable_.editableresults.html" class="tsd-kind-icon">Editable<wbr>Results</a> </li> <li class=" tsd-kind-interface tsd-parent-kind-module"> <a href="_hooks_useeditable_.editorprops.html" class="tsd-kind-icon">Editor<wbr>Props</a> </li> </ul> <ul class="current"> <li class="current tsd-kind-interface tsd-parent-kind-module"> <a href="_hooks_useeditable_.useeditableoptions.html" class="tsd-kind-icon">Use<wbr>Editable<wbr>Options</a> <ul> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="_hooks_useeditable_.useeditableoptions.html#activecell" class="tsd-kind-icon">active<wbr>Cell</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="_hooks_useeditable_.useeditableoptions.html#geteditor" class="tsd-kind-icon">get<wbr>Editor</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="_hooks_useeditable_.useeditableoptions.html#getvalue" class="tsd-kind-icon">get<wbr>Value</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="_hooks_useeditable_.useeditableoptions.html#gridref" class="tsd-kind-icon">grid<wbr>Ref</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="_hooks_useeditable_.useeditableoptions.html#onbeforeedit" class="tsd-kind-icon">on<wbr>Before<wbr>Edit</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="_hooks_useeditable_.useeditableoptions.html#oncancel" class="tsd-kind-icon">on<wbr>Cancel</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="_hooks_useeditable_.useeditableoptions.html#onchange" class="tsd-kind-icon">on<wbr>Change</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="_hooks_useeditable_.useeditableoptions.html#ondelete" class="tsd-kind-icon">on<wbr>Delete</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="_hooks_useeditable_.useeditableoptions.html#onsubmit" class="tsd-kind-icon">on<wbr>Submit</a> </li> <li class=" tsd-kind-property tsd-parent-kind-interface"> <a href="_hooks_useeditable_.useeditableoptions.html#selections" class="tsd-kind-icon">selections</a> </li> </ul> </li> </ul> <ul class="after-current"> <li class=" tsd-kind-function tsd-parent-kind-module tsd-is-not-exported"> <a href="../modules/_hooks_useeditable_.html#defaulteditor" class="tsd-kind-icon">Default<wbr>Editor</a> </li> <li class=" tsd-kind-function tsd-parent-kind-module tsd-is-not-exported"> <a href="../modules/_hooks_useeditable_.html#getdefaulteditor" class="tsd-kind-icon">get<wbr>Default<wbr>Editor</a> </li> <li class=" tsd-kind-function tsd-parent-kind-module"> <a href="../modules/_hooks_useeditable_.html#useeditable" class="tsd-kind-icon">use<wbr>Editable</a> </li> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> <li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> </ul> </div> </div> </footer> <div class="container tsd-generator"> <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p> </div> <div class="overlay"></div> <script src="../assets/js/main.js"></script> <script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script> </body> </html>