mutation-summary
Version:
Makes observing the DOM fast and easy
567 lines • 27.6 kB
HTML
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Summary | mutation-summary</title>
<meta name="description" content="Documentation for mutation-summary">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
<script async src="../assets/js/search.js" id="search-script"></script>
</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">mutation-summary</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>
</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="../modules.html">mutation-summary</a>
</li>
<li>
<a href="summary.html">Summary</a>
</li>
</ul>
<h1>Class Summary</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel tsd-comment">
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Represents a set of changes made to the DOM.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<span class="target">Summary</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>Constructors</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-constructor tsd-parent-kind-class"><a href="summary.html#constructor" class="tsd-kind-icon">constructor</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<h3>Properties</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-property tsd-parent-kind-class"><a href="summary.html#added" class="tsd-kind-icon">added</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="summary.html#attributechanged" class="tsd-kind-icon">attribute<wbr>Changed</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="summary.html#characterdatachanged" class="tsd-kind-icon">character<wbr>Data<wbr>Changed</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="summary.html#removed" class="tsd-kind-icon">removed</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="summary.html#reordered" class="tsd-kind-icon">reordered</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="summary.html#reparented" class="tsd-kind-icon">reparented</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="summary.html#valuechanged" class="tsd-kind-icon">value<wbr>Changed</a></li>
</ul>
</section>
<section class="tsd-index-section ">
<h3>Methods</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-method tsd-parent-kind-class"><a href="summary.html#getoldattribute" class="tsd-kind-icon">get<wbr>Old<wbr>Attribute</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="summary.html#getoldcharacterdata" class="tsd-kind-icon">get<wbr>Old<wbr>Character<wbr>Data</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="summary.html#getoldparentnode" class="tsd-kind-icon">get<wbr>Old<wbr>Parent<wbr>Node</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="summary.html#getoldprevioussibling" class="tsd-kind-icon">get<wbr>Old<wbr>Previous<wbr>Sibling</a></li>
</ul>
</section>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Constructors</h2>
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">new <wbr>Summary<span class="tsd-signature-symbol">(</span>projection<span class="tsd-signature-symbol">: </span><a href="mutationprojection.html" class="tsd-signature-type" data-tsd-kind="Class">MutationProjection</a>, query<span class="tsd-signature-symbol">: </span><a href="../interfaces/iquery.html" class="tsd-signature-type" data-tsd-kind="Interface">IQuery</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="summary.html" class="tsd-signature-type" data-tsd-kind="Class">Summary</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/convergencelabs/mutation-summary/blob/7c78d6f/src/Summary.ts#L53">Summary.ts:53</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Creates a new Summary instance given a <a href="mutationprojection.html">MutationProjection</a> and the
<a href="../interfaces/iquery.html">IQuery</a> that was responsible for this summary being generated.</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>projection: <a href="mutationprojection.html" class="tsd-signature-type" data-tsd-kind="Class">MutationProjection</a></h5>
<div class="tsd-comment tsd-typography">
<p>The projection containing the changes.</p>
</div>
</li>
<li>
<h5>query: <a href="../interfaces/iquery.html" class="tsd-signature-type" data-tsd-kind="Interface">IQuery</a></h5>
<div class="tsd-comment tsd-typography">
<p>The query that cause the summary to be created.</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="summary.html" class="tsd-signature-type" data-tsd-kind="Class">Summary</a></h4>
</li>
</ul>
</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-class">
<a name="added" class="tsd-anchor"></a>
<h3>added</h3>
<div class="tsd-signature tsd-kind-icon">added<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Node</span><span class="tsd-signature-symbol">[]</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/convergencelabs/mutation-summary/blob/7c78d6f/src/Summary.ts#L14">Summary.ts:14</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>All elements presently in the subtree and having the given attribute, but
that were not in the subtree, lacked the given attribute, or both.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="attributechanged" class="tsd-anchor"></a>
<h3>attribute<wbr>Changed</h3>
<div class="tsd-signature tsd-kind-icon">attribute<wbr>Changed<span class="tsd-signature-symbol">:</span> <a href="../interfaces/istringmap.html" class="tsd-signature-type" data-tsd-kind="Interface">IStringMap</a><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Element</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/convergencelabs/mutation-summary/blob/7c78d6f/src/Summary.ts#L48">Summary.ts:48</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>An object reporting attribute value changes. The object contains one key
for each attribute name contained in <code>elementAttributes</code>. The value of
each key is an array of elements previously & presently in the subtree and
previously & presently matching at least one pattern for whom the
corresponding attribute changed value.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="characterdatachanged" class="tsd-anchor"></a>
<h3>character<wbr>Data<wbr>Changed</h3>
<div class="tsd-signature tsd-kind-icon">character<wbr>Data<wbr>Changed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Node</span><span class="tsd-signature-symbol">[]</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/convergencelabs/mutation-summary/blob/7c78d6f/src/Summary.ts#L53">Summary.ts:53</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>All characterData nodes previously & presently whose value changed.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="removed" class="tsd-anchor"></a>
<h3>removed</h3>
<div class="tsd-signature tsd-kind-icon">removed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Node</span><span class="tsd-signature-symbol">[]</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/convergencelabs/mutation-summary/blob/7c78d6f/src/Summary.ts#L20">Summary.ts:20</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>All elements previously in the subtree and having the given attribute, but
that now are not in the subtree, lack the given attribute or both</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="reordered" class="tsd-anchor"></a>
<h3>reordered</h3>
<div class="tsd-signature tsd-kind-icon">reordered<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Node</span><span class="tsd-signature-symbol">[]</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/convergencelabs/mutation-summary/blob/7c78d6f/src/Summary.ts#L32">Summary.ts:32</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>All nodes that are still in the subtree and still have their same
parent, but that have been reordered within the child list of their
parent.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="reparented" class="tsd-anchor"></a>
<h3>reparented</h3>
<div class="tsd-signature tsd-kind-icon">reparented<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Node</span><span class="tsd-signature-symbol">[]</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/convergencelabs/mutation-summary/blob/7c78d6f/src/Summary.ts#L25">Summary.ts:25</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>All nodes that were moved from one parent to another.</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="valuechanged" class="tsd-anchor"></a>
<h3>value<wbr>Changed</h3>
<div class="tsd-signature tsd-kind-icon">value<wbr>Changed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Node</span><span class="tsd-signature-symbol">[]</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/convergencelabs/mutation-summary/blob/7c78d6f/src/Summary.ts#L39">Summary.ts:39</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>All elements previously and presently in the subtree and previously and
presently having the given attribute, for whom the value of the given
attribute change.</p>
</div>
</div>
</section>
</section>
<section class="tsd-panel-group tsd-member-group ">
<h2>Methods</h2>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="getoldattribute" class="tsd-anchor"></a>
<h3>get<wbr>Old<wbr>Attribute</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">get<wbr>Old<wbr>Attribute<span class="tsd-signature-symbol">(</span>element<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Node</span>, name<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/convergencelabs/mutation-summary/blob/7c78d6f/src/Summary.ts#L121">Summary.ts:121</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Retrieves the previous value of an attribute for an element. The Element
must be contained in the valueChanged element array, otherwise the
function throws an error.</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>element: <span class="tsd-signature-type">Node</span></h5>
<div class="tsd-comment tsd-typography">
<p>The element to ge the old value for.</p>
</div>
</li>
<li>
<h5>name: <span class="tsd-signature-type">string</span></h5>
<div class="tsd-comment tsd-typography">
<p>The name off the attribute on the element to get the old value
for.</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="getoldcharacterdata" class="tsd-anchor"></a>
<h3>get<wbr>Old<wbr>Character<wbr>Data</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">get<wbr>Old<wbr>Character<wbr>Data<span class="tsd-signature-symbol">(</span>node<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Node</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/convergencelabs/mutation-summary/blob/7c78d6f/src/Summary.ts#L131">Summary.ts:131</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Retrieves the previous text of <code>node</code>. <code>node</code> must be contained in the
<code>valueChanged</code> node array, otherwise the function throws an error.</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>node: <span class="tsd-signature-type">Node</span></h5>
<div class="tsd-comment tsd-typography">
<p>The node to get the old character data for.</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="getoldparentnode" class="tsd-anchor"></a>
<h3>get<wbr>Old<wbr>Parent<wbr>Node</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">get<wbr>Old<wbr>Parent<wbr>Node<span class="tsd-signature-symbol">(</span>node<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Node</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Node</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/convergencelabs/mutation-summary/blob/7c78d6f/src/Summary.ts#L108">Summary.ts:108</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Will retrieve the previous parentNode for and node. The node must be
contained in the removed element array, otherwise the function throws an
error.</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>node: <span class="tsd-signature-type">Node</span></h5>
<div class="tsd-comment tsd-typography">
<p>The node to get the previous parent for.</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Node</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="getoldprevioussibling" class="tsd-anchor"></a>
<h3>get<wbr>Old<wbr>Previous<wbr>Sibling</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">get<wbr>Old<wbr>Previous<wbr>Sibling<span class="tsd-signature-symbol">(</span>node<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Node</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Node</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/convergencelabs/mutation-summary/blob/7c78d6f/src/Summary.ts#L142">Summary.ts:142</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>Retrieves the previous previousSibling for a node. The node must be
contained in the reordered element array, otherwise the function throws
an error.</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>node: <span class="tsd-signature-type">Node</span></h5>
<div class="tsd-comment tsd-typography">
<p>The node to get the previous sibling for.</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Node</span></h4>
</li>
</ul>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class=" ">
<a href="../modules.html">Exports</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-enum">
<a href="../enums/movement.html" class="tsd-kind-icon">Movement</a>
</li>
<li class=" tsd-kind-class">
<a href="childlistchange.html" class="tsd-kind-icon">Child<wbr>List<wbr>Change</a>
</li>
<li class=" tsd-kind-class">
<a href="mutationprojection.html" class="tsd-kind-icon">Mutation<wbr>Projection</a>
</li>
<li class=" tsd-kind-class">
<a href="mutationsummary.html" class="tsd-kind-icon">Mutation<wbr>Summary</a>
</li>
<li class=" tsd-kind-class">
<a href="nodechange.html" class="tsd-kind-icon">Node<wbr>Change</a>
</li>
<li class=" tsd-kind-class tsd-has-type-parameter">
<a href="nodemap.html" class="tsd-kind-icon">Node<wbr>Map</a>
</li>
<li class=" tsd-kind-class">
<a href="qualifier.html" class="tsd-kind-icon">Qualifier</a>
</li>
<li class=" tsd-kind-class">
<a href="selector.html" class="tsd-kind-icon">Selector</a>
</li>
</ul>
<ul class="current">
<li class="current tsd-kind-class">
<a href="summary.html" class="tsd-kind-icon">Summary</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class">
<a href="summary.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="summary.html#added" class="tsd-kind-icon">added</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="summary.html#attributechanged" class="tsd-kind-icon">attribute<wbr>Changed</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="summary.html#characterdatachanged" class="tsd-kind-icon">character<wbr>Data<wbr>Changed</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="summary.html#removed" class="tsd-kind-icon">removed</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="summary.html#reordered" class="tsd-kind-icon">reordered</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="summary.html#reparented" class="tsd-kind-icon">reparented</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="summary.html#valuechanged" class="tsd-kind-icon">value<wbr>Changed</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="summary.html#getoldattribute" class="tsd-kind-icon">get<wbr>Old<wbr>Attribute</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="summary.html#getoldcharacterdata" class="tsd-kind-icon">get<wbr>Old<wbr>Character<wbr>Data</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="summary.html#getoldparentnode" class="tsd-kind-icon">get<wbr>Old<wbr>Parent<wbr>Node</a>
</li>
<li class=" tsd-kind-method tsd-parent-kind-class">
<a href="summary.html#getoldprevioussibling" class="tsd-kind-icon">get<wbr>Old<wbr>Previous<wbr>Sibling</a>
</li>
</ul>
</li>
</ul>
<ul class="after-current">
<li class=" tsd-kind-class">
<a href="treechanges.html" class="tsd-kind-icon">Tree<wbr>Changes</a>
</li>
<li class=" tsd-kind-class">
<a href="treemirror.html" class="tsd-kind-icon">Tree<wbr>Mirror</a>
</li>
<li class=" tsd-kind-class">
<a href="treemirrorclient.html" class="tsd-kind-icon">Tree<wbr>Mirror<wbr>Client</a>
</li>
<li class=" tsd-kind-interface">
<a href="../interfaces/iattributedata.html" class="tsd-kind-icon">IAttribute<wbr>Data</a>
</li>
<li class=" tsd-kind-interface">
<a href="../interfaces/imutationsummaryoptions.html" class="tsd-kind-icon">IMutation<wbr>Summary<wbr>Options</a>
</li>
<li class=" tsd-kind-interface">
<a href="../interfaces/inodedata.html" class="tsd-kind-icon">INode<wbr>Data</a>
</li>
<li class=" tsd-kind-interface tsd-has-type-parameter">
<a href="../interfaces/inumbermap.html" class="tsd-kind-icon">INumber<wbr>Map</a>
</li>
<li class=" tsd-kind-interface">
<a href="../interfaces/ipositiondata.html" class="tsd-kind-icon">IPosition<wbr>Data</a>
</li>
<li class=" tsd-kind-interface">
<a href="../interfaces/iquery.html" class="tsd-kind-icon">IQuery</a>
</li>
<li class=" tsd-kind-interface">
<a href="../interfaces/iqueryvalidator.html" class="tsd-kind-icon">IQuery<wbr>Validator</a>
</li>
<li class=" tsd-kind-interface tsd-has-type-parameter">
<a href="../interfaces/istringmap.html" class="tsd-kind-icon">IString<wbr>Map</a>
</li>
<li class=" tsd-kind-interface">
<a href="../interfaces/itextdata.html" class="tsd-kind-icon">IText<wbr>Data</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-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</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>
</body>
</html>