<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8"/>
    <title>Component - issie</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <meta name="description" content=""/>
    <meta name="author" content="tomcl"/>

    <script src="https://code.jquery.com/jquery-1.8.0.js"></script>
    <script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script>
    <script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script>
    <link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet"/>

    <link type="text/css" rel="stylesheet" href="https://tomcl.github.io/issie//content/style.css" />
    <script type="text/javascript" src="https://tomcl.github.io/issie//content/tips.js"></script>
    <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
    <![endif]-->
  </head>
  <body>
    <div class="container">
      <div class="masthead">
        <ul class="nav nav-pills pull-right">
          <li><a href="http://fsharp.org">fsharp.org</a></li>
        </ul>
        <h3 class="muted"><a href="https://tomcl.github.io/issie//index.html">issie</a></h3>
      </div>
      <hr />
      <div class="row">
        <div class="span9" id="main">
          



<h1>Component</h1>
<p>

    <span>Namespace: global</span><br />
        <span>Parent Module: <a href="global-commontypes.html">CommonTypes</a></span><br />
    </p>
<div class="xmldoc">
<p>JSComponent mapped to F# record.
Id uniquely identifies the component within a sheet and is used by draw2d library.
Label is optional descriptor displayed on schematic.</p>

</div>
  <h3>Record Fields</h3>
  <table class="table table-bordered member-list">
    <thead>
      <tr><td>Record Field</td><td>Description</td></tr>
    </thead>
    <tbody>
      <tr>
        <td class="member-name">

          <code onmouseout="hideTip(event, '106', 106)" onmouseover="showTip(event, '106', 106)">
            H
          </code>
          <div class="tip" id="106">
            <strong>Signature:</strong> int<br />
                                  </div>
        </td>
        <td class="xmldoc">
                      <a href="https://github.com/tomcl/ISSIE/tree/master/src/Common/Types.fs#L80-80" class="github-link">
              <img src="../content/img/github.png" class="normal" />
              <img src="../content/img/github-blue.png" class="hover" />
            </a>
          
        </td>
      </tr>
      <tr>
        <td class="member-name">

          <code onmouseout="hideTip(event, '107', 107)" onmouseover="showTip(event, '107', 107)">
            Id
          </code>
          <div class="tip" id="107">
            <strong>Signature:</strong> string<br />
                                  </div>
        </td>
        <td class="xmldoc">
                      <a href="https://github.com/tomcl/ISSIE/tree/master/src/Common/Types.fs#L73-73" class="github-link">
              <img src="../content/img/github.png" class="normal" />
              <img src="../content/img/github-blue.png" class="hover" />
            </a>
          
        </td>
      </tr>
      <tr>
        <td class="member-name">

          <code onmouseout="hideTip(event, '108', 108)" onmouseover="showTip(event, '108', 108)">
            InputPorts
          </code>
          <div class="tip" id="108">
            <strong>Signature:</strong> Port list<br />
                                  </div>
        </td>
        <td class="xmldoc">
                      <a href="https://github.com/tomcl/ISSIE/tree/master/src/Common/Types.fs#L76-76" class="github-link">
              <img src="../content/img/github.png" class="normal" />
              <img src="../content/img/github-blue.png" class="hover" />
            </a>
          
        </td>
      </tr>
      <tr>
        <td class="member-name">

          <code onmouseout="hideTip(event, '109', 109)" onmouseover="showTip(event, '109', 109)">
            Label
          </code>
          <div class="tip" id="109">
            <strong>Signature:</strong> string<br />
                                  </div>
        </td>
        <td class="xmldoc">
                      <a href="https://github.com/tomcl/ISSIE/tree/master/src/Common/Types.fs#L75-75" class="github-link">
              <img src="../content/img/github.png" class="normal" />
              <img src="../content/img/github-blue.png" class="hover" />
            </a>
          
        </td>
      </tr>
      <tr>
        <td class="member-name">

          <code onmouseout="hideTip(event, '110', 110)" onmouseover="showTip(event, '110', 110)">
            OutputPorts
          </code>
          <div class="tip" id="110">
            <strong>Signature:</strong> Port list<br />
                                  </div>
        </td>
        <td class="xmldoc">
                      <a href="https://github.com/tomcl/ISSIE/tree/master/src/Common/Types.fs#L77-77" class="github-link">
              <img src="../content/img/github.png" class="normal" />
              <img src="../content/img/github-blue.png" class="hover" />
            </a>
          
        </td>
      </tr>
      <tr>
        <td class="member-name">

          <code onmouseout="hideTip(event, '111', 111)" onmouseover="showTip(event, '111', 111)">
            Type
          </code>
          <div class="tip" id="111">
            <strong>Signature:</strong> ComponentType<br />
                                  </div>
        </td>
        <td class="xmldoc">
                      <a href="https://github.com/tomcl/ISSIE/tree/master/src/Common/Types.fs#L74-74" class="github-link">
              <img src="../content/img/github.png" class="normal" />
              <img src="../content/img/github-blue.png" class="hover" />
            </a>
          
        </td>
      </tr>
      <tr>
        <td class="member-name">

          <code onmouseout="hideTip(event, '112', 112)" onmouseover="showTip(event, '112', 112)">
            W
          </code>
          <div class="tip" id="112">
            <strong>Signature:</strong> int<br />
                                  </div>
        </td>
        <td class="xmldoc">
                      <a href="https://github.com/tomcl/ISSIE/tree/master/src/Common/Types.fs#L81-81" class="github-link">
              <img src="../content/img/github.png" class="normal" />
              <img src="../content/img/github-blue.png" class="hover" />
            </a>
          
        </td>
      </tr>
      <tr>
        <td class="member-name">

          <code onmouseout="hideTip(event, '113', 113)" onmouseover="showTip(event, '113', 113)">
            X
          </code>
          <div class="tip" id="113">
            <strong>Signature:</strong> int<br />
                                  </div>
        </td>
        <td class="xmldoc">
                      <a href="https://github.com/tomcl/ISSIE/tree/master/src/Common/Types.fs#L78-78" class="github-link">
              <img src="../content/img/github.png" class="normal" />
              <img src="../content/img/github-blue.png" class="hover" />
            </a>
          
        </td>
      </tr>
      <tr>
        <td class="member-name">

          <code onmouseout="hideTip(event, '114', 114)" onmouseover="showTip(event, '114', 114)">
            Y
          </code>
          <div class="tip" id="114">
            <strong>Signature:</strong> int<br />
                                  </div>
        </td>
        <td class="xmldoc">
                      <a href="https://github.com/tomcl/ISSIE/tree/master/src/Common/Types.fs#L79-79" class="github-link">
              <img src="../content/img/github.png" class="normal" />
              <img src="../content/img/github-blue.png" class="hover" />
            </a>
          
        </td>
      </tr>
    </tbody>
  </table>

        </div>
        <div class="span3">
          <ul class="nav nav-list" id="menu" style="margin-top: 20px;">
            <li class="nav-header">issie</li>
            <li class="divider"></li>
            <li><a href="https://github.com/tomcl/ISSIE">Source Code</a></li>
            <li><a href="https://tomcl.github.io/issie//release-notes.html">Release Notes</a></li>
            <li><a href="https://tomcl.github.io/issie//contributing.html">Contributing</a></li>
            
            <li class="nav-header">Documentation</li>
            <li><a href="https://tomcl.github.io/issie//index.html">Introduction</a></li>
            <li class="divider"></li>
            <li><a href="https://tomcl.github.io/issie//community.html">Community</a></li>
            
            <li class="nav-header">Reference</li>
            <li><a href="https://tomcl.github.io/issie//reference/index.html">API Reference</a></li>
          </ul>
        </div>
      </div>
    </div>
  </body>
  </html>