forked from AlexxNica/source-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRuntime.Experiment.html
More file actions
1 lines (1 loc) · 4.42 KB
/
Runtime.Experiment.html
File metadata and controls
1 lines (1 loc) · 4.42 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>Experiment</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#l1064">View Source</a></div><h1 class="title"><div>class Experiment</div></h1><p>No description available.</p><h3 class="name"><div>new Experiment(<wbr>experiments,<wbr> name,<wbr> title,<wbr> hidden)</div></h3><dt class="spec">Parameters</dt><dd><dl><dt class="named">experiments<code>!<a href="Runtime.ExperimentsSupport.html">Runtime.ExperimentsSupport</a></code><dt class="named">name<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code><dt class="named">title<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string</a></code><dt class="named">hidden<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></code></dl></dd></section><section class="instance-methods"><h2>Instance Methods</h2><section class="property" id="isEnabled"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l1076" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>isEnabled()</div></h3><dl><dt class="spec">Returns</dt><dd><dl><dt><code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></code></dl></dd></dl></section><section class="property" id="setEnabled"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l1084" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>setEnabled(<wbr>enabled)</div></h3><dl><dt class="spec">Parameters</dt><dd><dl><dt class="named">enabled<code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Boolean">boolean</a></code></dl></dd></dl></section></section><section class="instance-properties"><h2>Instance Properties</h2><section class="property" id="_experiments"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l1069" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>_experiments</div></h3><dl><dt class="spec">Type<dd><a href="Runtime.ExperimentsSupport.html">Runtime.ExperimentsSupport</a></dd></dl></section><section class="property" id="hidden"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l1068" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>hidden</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></dd></dl></section><section class="property" id="name"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l1066" 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="title"><div class="code-link"><a href="source/front_end/Runtime.js.src.html#l1067" title="View source"><i class="material-icons">code</i></a></div><h3 class="name"><div>title</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></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>