| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>Tab - Three.js Docs</title>
- <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
- <script src="../scripts/highlight.min.js"></script>
- <link type="text/css" rel="stylesheet" href="../styles/highlight-three.css">
- <link type="text/css" rel="stylesheet" href="../styles/page.css">
- </head>
- <body>
- <h1 translate="no">Tab</h1>
- <section>
- <header>
- <div class="class-description"><p>Tab class</p></div>
- </header>
- <article>
- <div class="container-overview">
- <h2>Constructor</h2>
- <h3 class="name name-method" id="Tab" translate="no">new <a href="#Tab">Tab</a><span class="signature">( title : <span class="param-type">string</span>, options : <span class="param-type">Object</span> )</span> </h3>
- <div class="method">
- <table class="params">
- <tbody>
- <tr>
- <td class="name">
- <strong>title</strong>
- </td>
- <td class="description last">
- <p>The title of the tab</p>
- </td>
- </tr>
- <tr>
- <td class="name">
- <strong>options</strong>
- </td>
- <td class="description last">
- <p>Options for the tab</p>
- <table class="params">
- <tbody>
- <tr>
- <td class="name">
- <strong>allowDetach</strong>
- </td>
- <td class="description last">
- <p>Whether the tab can be detached into a separate window</p>
- <p>Default is <code>true</code>.</p>
- </td>
- </tr>
- <tr>
- <td class="name">
- <strong>builtin</strong>
- </td>
- <td class="description last">
- <p>Whether the tab should appear in the profiler-toggle button</p>
- <p>Default is <code>false</code>.</p>
- </td>
- </tr>
- <tr>
- <td class="name">
- <strong>icon</strong>
- </td>
- <td class="description last">
- <p>SVG icon HTML for the builtin button</p>
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- <h2 class="subsection-title">Classes</h2>
- <dl>
- <dt><a href="Tab.html">Tab</a></dt>
- <dd></dd>
- </dl>
- <h2 class="subsection-title">Source</h2>
- <p>
- <a href="https://github.com/mrdoob/three.js/blob/master/examples/jsm/inspector/ui/Tab.js" translate="no" target="_blank" rel="noopener">examples/jsm/inspector/ui/Tab.js</a>
- </p>
- </article>
- </section>
- <script src="../scripts/linenumber.js"></script>
- <script src="../scripts/page.js"></script>
- </body>
- </html>
|