forked from AlexxNica/source-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRuntime.ModuleDescriptor.html
More file actions
1 lines (1 loc) · 4.36 KB
/
Runtime.ModuleDescriptor.html
File metadata and controls
1 lines (1 loc) · 4.36 KB
1
<!DOCTYPE html><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no"><meta http-equiv="Content-Language" content="en"><meta http-equiv="X-UA-Compatible" content="IE=edge"><link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"><title>ModuleDescriptor</title><link href="dossier.css" rel="stylesheet" type="text/css"><header><button class="dossier-menu"><i class="material-icons">menu</i></button><form><input type="search" placeholder="Search" tabindex="1"><i class="material-icons">search</i></form></header><div class="content"><main><article><section class="intro"><div class="codelink"><a href="source/front_end/Runtime.js.src.html#l610">View Source</a></div><h1 class="title"><div>class ModuleDescriptor</div></h1><p>No description available.</p><h3 class="name"><div>new ModuleDescriptor()</div></h3><dt class="spec">Parameters</dt><dd><dl><dd><p>None.</p></dl></dd></section><section class="instance-properties"><h2>Instance Properties</h2><section class="property" id="condition"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l635" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>condition</div></h3><dl><dt class="spec">Type<dd>(<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>|<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Undefined">undefined</a>)</dd></dl></section><section class="property" id="dependencies"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l625" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>dependencies</div></h3><dl><dt class="spec">Type<dd>(<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a><<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>>|<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Undefined">undefined</a>)</dd></dl></section><section class="property" id="extensions"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l620" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>extensions</div></h3><dl><dt class="spec">Type<dd>!<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a><<a href="Runtime.ExtensionDescriptor.html">Runtime.ExtensionDescriptor</a>></dd></dl></section><section class="property" id="name"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l615" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>name</div></h3><dl><dt class="spec">Type<dd><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></dd></dl></section><section class="property" id="remote"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l640" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>remote</div></h3><dl><dt class="spec">Type<dd>(<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a>|<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Undefined">undefined</a>)</dd></dl></section><section class="property" id="scripts"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l630" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>scripts</div></h3><dl><dt class="spec">Type<dd>!<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array">Array</a><<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a>></dd></dl></section></section></article></main><footer><div><a href="https://github.com/jleyba/js-dossier">Generated by dossier</a></div></footer></div><nav class="dossier-nav"><section><a class="title" href="index.html" tabindex="2">Overview</a></section><section class="types"><div class="toggle"><div class="title"><span class="item" tabindex="2">Types</span><i class="material-icons">expand_more</i></div></div></section></nav><script src="types.js"></script><script src="dossier.js"></script>