@lcap/asl
Version:
NetEase Application Specific Language
995 lines • 55 kB
HTML
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Vertex | @lcap/asl</title>
<meta name="description" content="Documentation for @lcap/asl">
<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">@lcap/asl</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">@lcap/asl</a>
</li>
<li>
<a href="../modules/common_vertex.html">common/Vertex</a>
</li>
<li>
<a href="common_vertex.vertex.html">Vertex</a>
</li>
</ul>
<h1>Class Vertex</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>顶点类
属性均为只读,仅在初始化和 load 的情况下可以修改</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-hierarchy">
<h3>Hierarchy</h3>
<ul class="tsd-hierarchy">
<li>
<a href="common_eventemitter.eventemitter.html" class="tsd-signature-type" data-tsd-kind="Class">EventEmitter</a>
<ul class="tsd-hierarchy">
<li>
<span class="target">Vertex</span>
<ul class="tsd-hierarchy">
<li>
<a href="app_app.app.html" class="tsd-signature-type" data-tsd-kind="Class">App</a>
</li>
<li>
<a href="app_service.service.html" class="tsd-signature-type" data-tsd-kind="Class">Service</a>
</li>
<li>
<a href="data_datanode.datanode.html" class="tsd-signature-type" data-tsd-kind="Class">DataNode</a>
</li>
<li>
<a href="data_entity.entity.html" class="tsd-signature-type" data-tsd-kind="Class">Entity</a>
</li>
<li>
<a href="data_entityproperty.entityproperty.html" class="tsd-signature-type" data-tsd-kind="Class">EntityProperty</a>
</li>
<li>
<a href="data_enum.enum.html" class="tsd-signature-type" data-tsd-kind="Class">Enum</a>
</li>
<li>
<a href="data_enumitem.enumitem.html" class="tsd-signature-type" data-tsd-kind="Class">EnumItem</a>
</li>
<li>
<a href="data_interface.interface.html" class="tsd-signature-type" data-tsd-kind="Class">Interface</a>
</li>
<li>
<a href="data_structure.structure.html" class="tsd-signature-type" data-tsd-kind="Class">Structure</a>
</li>
<li>
<a href="data_structureproperty.structureproperty.html" class="tsd-signature-type" data-tsd-kind="Class">StructureProperty</a>
</li>
<li>
<a href="logic_basevariable.basevariable.html" class="tsd-signature-type" data-tsd-kind="Class">BaseVariable</a>
</li>
<li>
<a href="logic_logic.logic.html" class="tsd-signature-type" data-tsd-kind="Class">Logic</a>
</li>
<li>
<a href="logic_logicitem.logicitem.html" class="tsd-signature-type" data-tsd-kind="Class">LogicItem</a>
</li>
<li>
<a href="page_attr.attr.html" class="tsd-signature-type" data-tsd-kind="Class">Attr</a>
</li>
<li>
<a href="page_block.block.html" class="tsd-signature-type" data-tsd-kind="Class">Block</a>
</li>
<li>
<a href="page_directive.directive.html" class="tsd-signature-type" data-tsd-kind="Class">Directive</a>
</li>
<li>
<a href="page_element.element.html" class="tsd-signature-type" data-tsd-kind="Class">Element</a>
</li>
<li>
<a href="page_event.event.html" class="tsd-signature-type" data-tsd-kind="Class">Event</a>
</li>
<li>
<a href="page_lifecycle.lifecycle.html" class="tsd-signature-type" data-tsd-kind="Class">Lifecycle</a>
</li>
<li>
<a href="page_page.page.html" class="tsd-signature-type" data-tsd-kind="Class">Page</a>
</li>
<li>
<a href="process_process.process.html" class="tsd-signature-type" data-tsd-kind="Class">Process</a>
</li>
<li>
<a href="process_processcomponent.processcomponent.html" class="tsd-signature-type" data-tsd-kind="Class">ProcessComponent</a>
</li>
<li>
<a href="process_processcomponentattribute.processcomponentattribute.html" class="tsd-signature-type" data-tsd-kind="Class">ProcessComponentAttribute</a>
</li>
<li>
<a href="process_processinterface.processinterface.html" class="tsd-signature-type" data-tsd-kind="Class">ProcessInterface</a>
</li>
</ul>
</li>
</ul>
</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 tsd-is-inherited"><a href="common_vertex.vertex.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 tsd-is-protected"><a href="common_vertex.vertex.html#json_excluded_keys" class="tsd-kind-icon">JSON_<wbr>EXCLUDED_<wbr>KEYS</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="common_vertex.vertex.html#_cachetimestamp" class="tsd-kind-icon">_cache<wbr>Timestamp</a></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><a href="common_vertex.vertex.html#_mutable" class="tsd-kind-icon">_mutable</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="common_vertex.vertex.html#_uuid" class="tsd-kind-icon">_uuid</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="common_vertex.vertex.html#createdby" class="tsd-kind-icon">created<wbr>By</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="common_vertex.vertex.html#createdtime" class="tsd-kind-icon">created<wbr>Time</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="common_vertex.vertex.html#editable" class="tsd-kind-icon">editable</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="common_vertex.vertex.html#editing" class="tsd-kind-icon">editing</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="common_vertex.vertex.html#expanded" class="tsd-kind-icon">expanded</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="common_vertex.vertex.html#id" class="tsd-kind-icon">id</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="common_vertex.vertex.html#ideversion" class="tsd-kind-icon">ide<wbr>Version</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="common_vertex.vertex.html#isleaf" class="tsd-kind-icon">is<wbr>Leaf</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="common_vertex.vertex.html#level" class="tsd-kind-icon">level</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="common_vertex.vertex.html#loading" class="tsd-kind-icon">loading</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="common_vertex.vertex.html#name" class="tsd-kind-icon">name</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="common_vertex.vertex.html#updatedby" class="tsd-kind-icon">updated<wbr>By</a></li>
<li class="tsd-kind-property tsd-parent-kind-class"><a href="common_vertex.vertex.html#updatedtime" class="tsd-kind-icon">updated<wbr>Time</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="common_vertex.vertex.html#assign" class="tsd-kind-icon">assign</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="common_vertex.vertex.html#deeppick" class="tsd-kind-icon">deep<wbr>Pick</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="common_vertex.vertex.html#emit" class="tsd-kind-icon">emit</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="common_vertex.vertex.html#emitvertexidtonamechange" class="tsd-kind-icon">emit<wbr>Vertex<wbr>IdTo<wbr>Name<wbr>Change</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="common_vertex.vertex.html#findusage" class="tsd-kind-icon">find<wbr>Usage</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="common_vertex.vertex.html#off" class="tsd-kind-icon">off</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="common_vertex.vertex.html#on" class="tsd-kind-icon">on</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="common_vertex.vertex.html#once" class="tsd-kind-icon">once</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="common_vertex.vertex.html#pick" class="tsd-kind-icon">pick</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="common_vertex.vertex.html#plainassign" class="tsd-kind-icon">plain<wbr>Assign</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="common_vertex.vertex.html#tojson" class="tsd-kind-icon">toJSON</a></li>
<li class="tsd-kind-method tsd-parent-kind-class"><a href="common_vertex.vertex.html#toplainjson" class="tsd-kind-icon">to<wbr>PlainJSON</a></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-static"><a href="common_vertex.vertex.html#getvertexbyref" class="tsd-kind-icon">get<wbr>Vertex<wbr>ByRef</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 tsd-is-inherited">
<a name="constructor" class="tsd-anchor"></a>
<h3>constructor</h3>
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">new <wbr>Vertex<span class="tsd-signature-symbol">(</span>source<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol"><</span><a href="common_vertex.vertex.html" class="tsd-signature-type" data-tsd-kind="Class">Vertex</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="common_vertex.vertex.html" class="tsd-signature-type" data-tsd-kind="Class">Vertex</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="common_eventemitter.eventemitter.html">EventEmitter</a>.<a href="common_eventemitter.eventemitter.html#constructor">constructor</a></p>
<ul>
<li>Defined in common/Vertex.ts:101</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> source: <span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol"><</span><a href="common_vertex.vertex.html" class="tsd-signature-type" data-tsd-kind="Class">Vertex</a><span class="tsd-signature-symbol">></span></h5>
<div class="tsd-comment tsd-typography">
<p>需要合并的部分参数</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="common_vertex.vertex.html" class="tsd-signature-type" data-tsd-kind="Class">Vertex</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 tsd-is-protected">
<a name="json_excluded_keys" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> <span class="tsd-flag ts-flagReadonly">Readonly</span> JSON_<wbr>EXCLUDED_<wbr>KEYS</h3>
<div class="tsd-signature tsd-kind-icon">JSON_<wbr>EXCLUDED_<wbr>KEYS<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Set</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">></span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:27</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>toJSON 时需要去除的键,为了避免出现 CircularJSON</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="_cachetimestamp" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> _cache<wbr>Timestamp</h3>
<div class="tsd-signature tsd-kind-icon">_cache<wbr>Timestamp<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:43</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>前端记录缓存的时间戳</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-protected">
<a name="_mutable" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagProtected">Protected</span> _mutable</h3>
<div class="tsd-signature tsd-kind-icon">_mutable<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:17</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>可修改标志,内部属性
标记在构造函数结束后是否可修改</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="_uuid" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> _uuid</h3>
<div class="tsd-signature tsd-kind-icon">_uuid<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:38</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>唯一 uuid
目前主要用于前端 Debug 区分两个实例</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="createdby" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> created<wbr>By</h3>
<div class="tsd-signature tsd-kind-icon">created<wbr>By<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:53</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>创建人</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="createdtime" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> created<wbr>Time</h3>
<div class="tsd-signature tsd-kind-icon">created<wbr>Time<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:58</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>创建时间</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="editable" class="tsd-anchor"></a>
<h3>editable</h3>
<div class="tsd-signature tsd-kind-icon">editable<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:77</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>是否可编辑</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="editing" class="tsd-anchor"></a>
<h3>editing</h3>
<div class="tsd-signature tsd-kind-icon">editing<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:83</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>是否正在编辑
前端 UI 状态</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="expanded" class="tsd-anchor"></a>
<h3>expanded</h3>
<div class="tsd-signature tsd-kind-icon">expanded<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:95</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>节点是否为展开状态
前端 UI 状态</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="id" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> id</h3>
<div class="tsd-signature tsd-kind-icon">id<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:32</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>顶点 id</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="ideversion" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> ide<wbr>Version</h3>
<div class="tsd-signature tsd-kind-icon">ide<wbr>Version<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:73</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>IDE 版本</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="isleaf" class="tsd-anchor"></a>
<h3>is<wbr>Leaf</h3>
<div class="tsd-signature tsd-kind-icon">is<wbr>Leaf<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:101</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>是否为叶子节点
前端 UI 状态</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="level" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> level</h3>
<div class="tsd-signature tsd-kind-icon">level<span class="tsd-signature-symbol">:</span> <a href="../enums/index.level_enum.html" class="tsd-signature-type" data-tsd-kind="Enumeration">LEVEL_ENUM</a><span class="tsd-signature-symbol"> = ...</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:22</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>概念类型</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="loading" class="tsd-anchor"></a>
<h3>loading</h3>
<div class="tsd-signature tsd-kind-icon">loading<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = false</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:89</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>是否正在请求
前端 UI 状态</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="name" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> name</h3>
<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:48</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>名称</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="updatedby" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> updated<wbr>By</h3>
<div class="tsd-signature tsd-kind-icon">updated<wbr>By<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:63</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>修改人</p>
</div>
</div>
</section>
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
<a name="updatedtime" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagReadonly">Readonly</span> updated<wbr>Time</h3>
<div class="tsd-signature tsd-kind-icon">updated<wbr>Time<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> = ...</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:68</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>修改时间</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="assign" class="tsd-anchor"></a>
<h3>assign</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">assign<span class="tsd-signature-symbol">(</span>source<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:116</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>source: <span class="tsd-signature-type">any</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="deeppick" class="tsd-anchor"></a>
<h3>deep<wbr>Pick</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">deep<wbr>Pick<span class="tsd-signature-symbol">(</span>source<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, keys<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-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:183</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>从对象中深度获取</p>
</div>
<dl class="tsd-comment-tags">
<dt>example</dt>
<dd><p>比如一般后端返回只是添加了个 id</p>
<pre><code><span style="color: #0000FF">this</span><span style="color: #000000">.</span><span style="color: #795E26">deepPick</span><span style="color: #000000">(</span><span style="color: #001080">result</span><span style="color: #000000">, [</span><span style="color: #A31515">'id'</span><span style="color: #000000">])</span>
</code></pre>
</dd>
</dl>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>source: <span class="tsd-signature-type">any</span></h5>
</li>
<li>
<h5>keys: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ...</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="emit" class="tsd-anchor"></a>
<h3>emit</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">emit<span class="tsd-signature-symbol">(</span>eventName<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, <span class="tsd-signature-symbol">...</span>args<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="common_eventemitter.eventemitter.html">EventEmitter</a>.<a href="common_eventemitter.eventemitter.html#emit">emit</a></p>
<ul>
<li>Defined in common/EventEmitter.ts:50</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>触发事件</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>eventName: <span class="tsd-signature-type">string</span></h5>
<div class="tsd-comment tsd-typography">
<p>事件名</p>
</div>
</li>
<li>
<h5><span class="tsd-flag ts-flagRest">Rest</span> <span class="tsd-signature-symbol">...</span>args: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5>
<div class="tsd-comment tsd-typography">
<p>事件参数</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="emitvertexidtonamechange" class="tsd-anchor"></a>
<h3>emit<wbr>Vertex<wbr>IdTo<wbr>Name<wbr>Change</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">emit<wbr>Vertex<wbr>IdTo<wbr>Name<wbr>Change<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:131</li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="findusage" class="tsd-anchor"></a>
<h3>find<wbr>Usage</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">find<wbr>Usage<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:242</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>查找引用</p>
</div>
</div>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">></span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="off" class="tsd-anchor"></a>
<h3>off</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">off<span class="tsd-signature-symbol">(</span>eventName<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, listener<span class="tsd-signature-symbol">: </span><a href="../modules/common_eventemitter.html#eventlistener" class="tsd-signature-type" data-tsd-kind="Type alias">EventListener</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="common_eventemitter.eventemitter.html">EventEmitter</a>.<a href="common_eventemitter.eventemitter.html#off">off</a></p>
<ul>
<li>Defined in common/EventEmitter.ts:26</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>取消监听事件</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>eventName: <span class="tsd-signature-type">string</span></h5>
<div class="tsd-comment tsd-typography">
<p>事件名</p>
</div>
</li>
<li>
<h5>listener: <a href="../modules/common_eventemitter.html#eventlistener" class="tsd-signature-type" data-tsd-kind="Type alias">EventListener</a></h5>
<div class="tsd-comment tsd-typography">
<p>监听器</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="on" class="tsd-anchor"></a>
<h3>on</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">on<span class="tsd-signature-symbol">(</span>eventName<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, listener<span class="tsd-signature-symbol">: </span><a href="../modules/common_eventemitter.html#eventlistener" class="tsd-signature-type" data-tsd-kind="Type alias">EventListener</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="common_eventemitter.eventemitter.html">EventEmitter</a>.<a href="common_eventemitter.eventemitter.html#on">on</a></p>
<ul>
<li>Defined in common/EventEmitter.ts:13</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>监听事件</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>eventName: <span class="tsd-signature-type">string</span></h5>
<div class="tsd-comment tsd-typography">
<p>事件名</p>
</div>
</li>
<li>
<h5>listener: <a href="../modules/common_eventemitter.html#eventlistener" class="tsd-signature-type" data-tsd-kind="Type alias">EventListener</a></h5>
<div class="tsd-comment tsd-typography">
<p>监听器</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<a name="once" class="tsd-anchor"></a>
<h3>once</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
<li class="tsd-signature tsd-kind-icon">once<span class="tsd-signature-symbol">(</span>eventName<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, listener<span class="tsd-signature-symbol">: </span><a href="../modules/common_eventemitter.html#eventlistener" class="tsd-signature-type" data-tsd-kind="Type alias">EventListener</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<p>Inherited from <a href="common_eventemitter.eventemitter.html">EventEmitter</a>.<a href="common_eventemitter.eventemitter.html#once">once</a></p>
<ul>
<li>Defined in common/EventEmitter.ts:38</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>只监听一次事件</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>eventName: <span class="tsd-signature-type">string</span></h5>
<div class="tsd-comment tsd-typography">
<p>事件名</p>
</div>
</li>
<li>
<h5>listener: <a href="../modules/common_eventemitter.html#eventlistener" class="tsd-signature-type" data-tsd-kind="Type alias">EventListener</a></h5>
<div class="tsd-comment tsd-typography">
<p>监听器</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="pick" class="tsd-anchor"></a>
<h3>pick</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">pick<span class="tsd-signature-symbol">(</span>source<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span>, keys<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-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:162</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>source: <span class="tsd-signature-type">any</span></h5>
</li>
<li>
<h5>keys: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ...</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="plainassign" class="tsd-anchor"></a>
<h3>plain<wbr>Assign</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">plain<wbr>Assign<span class="tsd-signature-symbol">(</span>source<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:143</li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>source: <span class="tsd-signature-type">any</span></h5>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="tojson" class="tsd-anchor"></a>
<h3>toJSON</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">toJSON<span class="tsd-signature-symbol">(</span>parentKey<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, excludedKeys<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-symbol">: </span><span class="tsd-signature-type">any</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:209</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>去除循环依赖,转为纯 JSON</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> parentKey: <span class="tsd-signature-type">string</span></h5>
<div class="tsd-comment tsd-typography">
<p>外面的 key</p>
</div>
</li>
<li>
<h5>excludedKeys: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ...</span></h5>
<div class="tsd-comment tsd-typography">
<p>需要额外排除的 keys</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
<a name="toplainjson" class="tsd-anchor"></a>
<h3>to<wbr>PlainJSON</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
<li class="tsd-signature tsd-kind-icon">to<wbr>PlainJSON<span class="tsd-signature-symbol">(</span>parentKey<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span>, excludedKeys<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-symbol">: </span><span class="tsd-signature-type">any</span></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:225</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>转为单层的 JSON</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5><span class="tsd-flag ts-flagOptional">Optional</span> parentKey: <span class="tsd-signature-type">string</span></h5>
<div class="tsd-comment tsd-typography">
<p>外面的 key</p>
</div>
</li>
<li>
<h5>excludedKeys: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> = ...</span></h5>
<div class="tsd-comment tsd-typography">
<p>需要额外排除的 keys</p>
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
</li>
</ul>
</section>
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-static">
<a name="getvertexbyref" class="tsd-anchor"></a>
<h3><span class="tsd-flag ts-flagStatic">Static</span> get<wbr>Vertex<wbr>ByRef</h3>
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-static">
<li class="tsd-signature tsd-kind-icon">get<wbr>Vertex<wbr>ByRef<span class="tsd-signature-symbol">(</span>ref<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><a href="common_vertex.vertex.html" class="tsd-signature-type" data-tsd-kind="Class">Vertex</a></li>
</ul>
<ul class="tsd-descriptions">
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in common/Vertex.ts:256</li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<p>通过 Ref 去查找点</p>
</div>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
<li>
<h5>ref: <span class="tsd-signature-type">string</span></h5>
<div class="tsd-comment tsd-typography">
</div>
</li>
</ul>
<h4 class="tsd-returns-title">Returns <a href="common_vertex.vertex.html" class="tsd-signature-type" data-tsd-kind="Class">Vertex</a></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>
<li class="current tsd-kind-module">
<a href="../modules/common_vertex.html">common/<wbr>Vertex</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-reference tsd-parent-kind-module">
<a href="../modules/common_vertex.html#default" class="tsd-kind-icon">default</a>
</li>
</ul>
<ul class="current">
<li class="current tsd-kind-class tsd-parent-kind-module">
<a href="common_vertex.vertex.html" class="tsd-kind-icon">Vertex</a>
<ul>
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
<a href="common_vertex.vertex.html#constructor" class="tsd-kind-icon">constructor</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-protected">
<a href="common_vertex.vertex.html#json_excluded_keys" class="tsd-kind-icon">JSON_<wbr>EXCLUDED_<wbr>KEYS</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="common_vertex.vertex.html#_cachetimestamp" class="tsd-kind-icon">_cache<wbr>Timestamp</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-protected">
<a href="common_vertex.vertex.html#_mutable" class="tsd-kind-icon">_mutable</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="common_vertex.vertex.html#_uuid" class="tsd-kind-icon">_uuid</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="common_vertex.vertex.html#createdby" class="tsd-kind-icon">created<wbr>By</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="common_vertex.vertex.html#createdtime" class="tsd-kind-icon">created<wbr>Time</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="common_vertex.vertex.html#editable" class="tsd-kind-icon">editable</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="common_vertex.vertex.html#editing" class="tsd-kind-icon">editing</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="common_vertex.vertex.html#expanded" class="tsd-kind-icon">expanded</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="common_vertex.vertex.html#id" class="tsd-kind-icon">id</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="common_vertex.vertex.html#ideversion" class="tsd-kind-icon">ide<wbr>Version</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="common_vertex.vertex.html#isleaf" class="tsd-kind-icon">is<wbr>Leaf</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="common_vertex.vertex.html#level" class="tsd-kind-icon">level</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="common_vertex.vertex.html#loading" class="tsd-kind-icon">loading</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="common_vertex.vertex.html#name" class="tsd-kind-icon">name</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="common_vertex.vertex.html#updatedby" class="tsd-kind-icon">updated<wbr>By</a>
</li>
<li class=" tsd-kind-property tsd-parent-kind-class">
<a href="common_vertex.vertex.html#upd