rcsbfvcontextmanagerinterface.html 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. <!doctype html>
  2. <html class="default no-js">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <title>RcsbFvContextManagerInterface | @rcsb/rcsb-saguaro-3d</title>
  7. <meta name="description" content="Documentation for @rcsb/rcsb-saguaro-3d">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <link rel="stylesheet" href="../assets/css/main.css">
  10. </head>
  11. <body>
  12. <header>
  13. <div class="tsd-page-toolbar">
  14. <div class="container">
  15. <div class="table-wrap">
  16. <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
  17. <div class="field">
  18. <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
  19. <input id="tsd-search-field" type="text" />
  20. </div>
  21. <ul class="results">
  22. <li class="state loading">Preparing search index...</li>
  23. <li class="state failure">The search index is not available</li>
  24. </ul>
  25. <a href="../index.html" class="title">@rcsb/rcsb-saguaro-3d</a>
  26. </div>
  27. <div class="table-cell" id="tsd-widgets">
  28. <div id="tsd-filter">
  29. <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
  30. <div class="tsd-filter-group">
  31. <div class="tsd-select" id="tsd-filter-visibility">
  32. <span class="tsd-select-label">All</span>
  33. <ul class="tsd-select-list">
  34. <li data-value="public">Public</li>
  35. <li data-value="protected">Public/Protected</li>
  36. <li data-value="private" class="selected">All</li>
  37. </ul>
  38. </div>
  39. <input type="checkbox" id="tsd-filter-inherited" checked />
  40. <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
  41. <input type="checkbox" id="tsd-filter-externals" checked />
  42. <label class="tsd-widget" for="tsd-filter-externals">Externals</label>
  43. <input type="checkbox" id="tsd-filter-only-exported" />
  44. <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
  45. </div>
  46. </div>
  47. <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
  48. </div>
  49. </div>
  50. </div>
  51. </div>
  52. <div class="tsd-page-title">
  53. <div class="container">
  54. <ul class="tsd-breadcrumb">
  55. <li>
  56. <a href="../globals.html">Globals</a>
  57. </li>
  58. <li>
  59. <a href="rcsbfvcontextmanagerinterface.html">RcsbFvContextManagerInterface</a>
  60. </li>
  61. </ul>
  62. <h1>Interface RcsbFvContextManagerInterface</h1>
  63. </div>
  64. </div>
  65. </header>
  66. <div class="container container-main">
  67. <div class="row">
  68. <div class="col-8 col-content">
  69. <section class="tsd-panel tsd-comment">
  70. <div class="tsd-comment tsd-typography">
  71. <div class="lead">
  72. <p>Main Event Data Object Interface</p>
  73. </div>
  74. </div>
  75. </section>
  76. <section class="tsd-panel tsd-hierarchy">
  77. <h3>Hierarchy</h3>
  78. <ul class="tsd-hierarchy">
  79. <li>
  80. <span class="target">RcsbFvContextManagerInterface</span>
  81. </li>
  82. </ul>
  83. </section>
  84. <section class="tsd-panel-group tsd-index-group">
  85. <h2>Index</h2>
  86. <section class="tsd-panel tsd-index-panel">
  87. <div class="tsd-index-content">
  88. <section class="tsd-index-section ">
  89. <h3>Properties</h3>
  90. <ul class="tsd-index-list">
  91. <li class="tsd-kind-property tsd-parent-kind-interface"><a href="rcsbfvcontextmanagerinterface.html#eventdata" class="tsd-kind-icon">event<wbr>Data</a></li>
  92. <li class="tsd-kind-property tsd-parent-kind-interface"><a href="rcsbfvcontextmanagerinterface.html#eventtype" class="tsd-kind-icon">event<wbr>Type</a></li>
  93. </ul>
  94. </section>
  95. </div>
  96. </section>
  97. </section>
  98. <section class="tsd-panel-group tsd-member-group ">
  99. <h2>Properties</h2>
  100. <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
  101. <a name="eventdata" class="tsd-anchor"></a>
  102. <h3>event<wbr>Data</h3>
  103. <div class="tsd-signature tsd-kind-icon">event<wbr>Data<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><a href="updateconfiginterface.html" class="tsd-signature-type">UpdateConfigInterface</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>plugin<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">PluginContext</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">)</span></div>
  104. <aside class="tsd-sources">
  105. <ul>
  106. <li>Defined in src/RcsbFvContextManager/RcsbFvContextManager.ts:9</li>
  107. </ul>
  108. </aside>
  109. </section>
  110. <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
  111. <a name="eventtype" class="tsd-anchor"></a>
  112. <h3>event<wbr>Type</h3>
  113. <div class="tsd-signature tsd-kind-icon">event<wbr>Type<span class="tsd-signature-symbol">:</span> <a href="../enums/eventtype.html" class="tsd-signature-type">EventType</a></div>
  114. <aside class="tsd-sources">
  115. <ul>
  116. <li>Defined in src/RcsbFvContextManager/RcsbFvContextManager.ts:8</li>
  117. </ul>
  118. </aside>
  119. </section>
  120. </section>
  121. </div>
  122. <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
  123. <nav class="tsd-navigation primary">
  124. <ul>
  125. <li class="globals ">
  126. <a href="../globals.html"><em>Globals</em></a>
  127. </li>
  128. </ul>
  129. </nav>
  130. <nav class="tsd-navigation secondary menu-sticky">
  131. <ul class="before-current">
  132. </ul>
  133. <ul class="current">
  134. <li class="current tsd-kind-interface">
  135. <a href="rcsbfvcontextmanagerinterface.html" class="tsd-kind-icon">Rcsb<wbr>FvContext<wbr>Manager<wbr>Interface</a>
  136. <ul>
  137. <li class=" tsd-kind-property tsd-parent-kind-interface">
  138. <a href="rcsbfvcontextmanagerinterface.html#eventdata" class="tsd-kind-icon">event<wbr>Data</a>
  139. </li>
  140. <li class=" tsd-kind-property tsd-parent-kind-interface">
  141. <a href="rcsbfvcontextmanagerinterface.html#eventtype" class="tsd-kind-icon">event<wbr>Type</a>
  142. </li>
  143. </ul>
  144. </li>
  145. </ul>
  146. <ul class="after-current">
  147. </ul>
  148. </nav>
  149. </div>
  150. </div>
  151. </div>
  152. <footer class="with-border-bottom">
  153. <div class="container">
  154. <h2>Legend</h2>
  155. <div class="tsd-legend-group">
  156. <ul class="tsd-legend">
  157. <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
  158. <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
  159. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
  160. </ul>
  161. <ul class="tsd-legend">
  162. <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
  163. <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
  164. </ul>
  165. <ul class="tsd-legend">
  166. <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
  167. <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
  168. </ul>
  169. <ul class="tsd-legend">
  170. <li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
  171. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
  172. </ul>
  173. <ul class="tsd-legend">
  174. <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
  175. <li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
  176. </ul>
  177. </div>
  178. </div>
  179. </footer>
  180. <div class="container tsd-generator">
  181. <p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
  182. </div>
  183. <div class="overlay"></div>
  184. <script src="../assets/js/main.js"></script>
  185. </body>
  186. </html>