Skip to content

Commit

Permalink
up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
uNmAnNeR committed Apr 26, 2023
1 parent b73dc9b commit 368ce5b
Showing 1 changed file with 82 additions and 59 deletions.
141 changes: 82 additions & 59 deletions docs/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,6 @@ <h3 class='mb0 no-anchor'>imask</h3>
#rawInserted
</a></li>

<li><a
href='#changedetailsrequiredskipped'
class='regular pre-open'>
#requiredSkipped
</a></li>

<li><a
href='#changedetailsaggregate'
class='regular pre-open'>
Expand Down Expand Up @@ -701,6 +695,12 @@ <h3 class='mb0 no-anchor'>imask</h3>
#nearestInputPos
</a></li>

<li><a
href='#maskedpatterntotalinputpositions'
class='regular pre-open'>
#totalInputPositions
</a></li>

<li><a
href='#maskedpatternmaskedblock'
class='regular pre-open'>
Expand Down Expand Up @@ -4135,59 +4135,6 @@ <h3 class='fl m0' id='changedetails'>












</section>

</div>
</div>

<div class='border-bottom' id='changedetailsrequiredskipped'>
<div class="clearfix small pointer toggle-sibling">
<div class="py1 contain">
<a class='icon pin-right py1 dark-link caret-right'></a>
<span class='code strong strong truncate'>requiredSkipped</span>
</div>
</div>
<div class="clearfix display-none toggle-target">
<section class='p2 mb2 clearfix bg-white minishadow'>




<div class='pre p1 fill-light mt0'>requiredSkipped</div>

<p>
Type:
<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a>
</p>























Expand Down Expand Up @@ -7456,6 +7403,82 @@ <h3 class='fl m0' id='maskedpattern'>



</section>

</div>
</div>

<div class='border-bottom' id='maskedpatterntotalinputpositions'>
<div class="clearfix small pointer toggle-sibling">
<div class="py1 contain">
<a class='icon pin-right py1 dark-link caret-right'></a>
<span class='code strong strong truncate'>totalInputPositions(fromPos, toPos)</span>
</div>
</div>
<div class="clearfix display-none toggle-target">
<section class='p2 mb2 clearfix bg-white minishadow'>




<div class='pre p1 fill-light mt0'>totalInputPositions(fromPos: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a>, toPos: <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a>): <a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a></div>











<div class='py1 quiet mt1 prose-big'>Parameters</div>
<div class='prose'>

<div class='space-bottom0'>
<div>
<span class='code bold'>fromPos</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a>
= <code>0</code>)</code>

</div>

</div>

<div class='space-bottom0'>
<div>
<span class='code bold'>toPos</span> <code class='quiet'>(<a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a>
= <code>this.value.length</code>)</code>

</div>

</div>

</div>






<div class='py1 quiet mt1 prose-big'>Returns</div>
<code><a href="https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number">number</a></code>
















</section>

</div>
Expand Down

0 comments on commit 368ce5b

Please sign in to comment.