@@ -890,6 +890,12 @@ exports[`html nested.input.js 1`] = `
890
890
#withOptions
891
891
</a></li>
892
892
893
+ <li><a
894
+ href='#klasswithdeepoptions'
895
+ class='regular pre-open'>
896
+ #withDeepOptions
897
+ </a></li>
898
+
893
899
</ul>
894
900
895
901
@@ -1538,16 +1544,20 @@ k.isArrayOfBuffers();</pre>
1538
1544
<tbody class='mt1'>
1539
1545
1540
1546
<tr>
1541
- <td class='break-word'><span class='code bold'>options.foo</span> <code class='quiet'><a href=\\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String\\">string</a></code>
1542
- </td>
1543
- <td class='break-word'><span></span></td>
1544
- </tr>
1547
+ <td class='break-word'><span class='code bold'>options.foo</span> <code class='quiet'><a href=\\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String\\">string</a></code>
1548
+ </td>
1549
+ <td class='break-word'><span></span></td>
1550
+ </tr>
1551
+
1552
+
1545
1553
1546
1554
<tr>
1547
- <td class='break-word'><span class='code bold'>options.bar</span> <code class='quiet'><a href=\\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number\\">number</a></code>
1548
- </td>
1549
- <td class='break-word'><span></span></td>
1550
- </tr>
1555
+ <td class='break-word'><span class='code bold'>options.bar</span> <code class='quiet'><a href=\\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number\\">number</a></code>
1556
+ </td>
1557
+ <td class='break-word'><span></span></td>
1558
+ </tr>
1559
+
1560
+
1551
1561
1552
1562
</tbody>
1553
1563
</table>
@@ -1578,6 +1588,107 @@ k.isArrayOfBuffers();</pre>
1578
1588
1579
1589
1580
1590
1591
+ </section>
1592
+
1593
+ </div>
1594
+ </div>
1595
+
1596
+ <div class='border-bottom' id='klasswithdeepoptions'>
1597
+ <div class=\\"clearfix small pointer toggle-sibling\\">
1598
+ <div class=\\"py1 contain\\">
1599
+ <a class='icon pin-right py1 dark-link caret-right'>▸</a>
1600
+ <span class='code strong strong truncate'>withDeepOptions(options)</span>
1601
+ </div>
1602
+ </div>
1603
+ <div class=\\"clearfix display-none toggle-target\\">
1604
+ <section class='p2 mb2 clearfix bg-white minishadow'>
1605
+
1606
+
1607
+
1608
+ <p>A function with a deep options parameter</p>
1609
+
1610
+
1611
+ <div class='pre p1 fill-light mt0'>withDeepOptions(options: <a href=\\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object\\">Object</a>)</div>
1612
+
1613
+
1614
+
1615
+
1616
+
1617
+
1618
+
1619
+
1620
+
1621
+
1622
+
1623
+ <div class='py1 quiet mt1 prose-big'>Parameters</div>
1624
+ <div class='prose'>
1625
+
1626
+ <div class='space-bottom0'>
1627
+ <div>
1628
+ <span class='code bold'>options</span> <code class='quiet'>(<a href=\\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object\\">Object</a>)</code>
1629
+
1630
+ </div>
1631
+
1632
+ <table class='mt1 mb2 fixed-table h5 col-12'>
1633
+ <colgroup>
1634
+ <col width='30%' />
1635
+ <col width='70%' />
1636
+ </colgroup>
1637
+ <thead>
1638
+ <tr class='bold fill-light'>
1639
+ <th>Name</th>
1640
+ <th>Description</th>
1641
+ </tr>
1642
+ </thead>
1643
+ <tbody class='mt1'>
1644
+
1645
+ <tr>
1646
+ <td class='break-word'><span class='code bold'>options.foo</span> <code class='quiet'><a href=\\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String\\">string</a></code>
1647
+ </td>
1648
+ <td class='break-word'><span></span></td>
1649
+ </tr>
1650
+
1651
+
1652
+
1653
+ <tr>
1654
+ <td class='break-word'><span class='code bold'>options.bar</span> <code class='quiet'><a href=\\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object\\">Object</a></code>
1655
+ </td>
1656
+ <td class='break-word'><span></span></td>
1657
+ </tr>
1658
+
1659
+
1660
+ <tr>
1661
+ <td class='break-word'><span class='code bold'>options.bar.buz</span> <code class='quiet'><a href=\\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String\\">string</a></code>
1662
+ </td>
1663
+ <td class='break-word'><span></span></td>
1664
+ </tr>
1665
+
1666
+
1667
+
1668
+
1669
+
1670
+
1671
+ </tbody>
1672
+ </table>
1673
+
1674
+ </div>
1675
+
1676
+ </div>
1677
+
1678
+
1679
+
1680
+
1681
+
1682
+
1683
+
1684
+
1685
+
1686
+
1687
+
1688
+
1689
+
1690
+
1691
+
1581
1692
</section>
1582
1693
1583
1694
</div>
0 commit comments