docs/EventTypes.html
<!DOCTYPE html>
<html>
<head>
<title>EventType constants</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<link rel="stylesheet" media="all" href="docco.css" />
</head>
<body>
<div id="container">
<div id="background"></div>
<ul id="jump_to">
<li>
<a class="large" href="javascript:void(0);">Jump To …</a>
<a class="small" href="javascript:void(0);">+</a>
<div id="jump_wrapper">
<div id="jump_page">
<a class="source" href="Core.html">
Core.js
</a>
<a class="source" href="EventTypes.html">
EventTypes.js
</a>
<a class="source" href="Kronicle.html">
Kronicle.js
</a>
<a class="source" href="Module.html">
Module.js
</a>
<a class="source" href="ArrayDataSource.html">
ArrayDataSource.js
</a>
<a class="source" href="Component.html">
Component.js
</a>
<a class="source" href="Controller.html">
Controller.js
</a>
<a class="source" href="DataSource.html">
DataSource.js
</a>
<a class="source" href="DataSources.html">
DataSources.js
</a>
<a class="source" href="DataSourcesEvents.html">
DataSourcesEvents.js
</a>
<a class="source" href="View.html">
View.js
</a>
</div>
</li>
</ul>
<ul class="sections">
<li id="section-1">
<div class="annotation">
<div class="pilwrap ">
<a class="pilcrow" href="#section-1">¶</a>
</div>
<h1 id="eventtype-constants">EventType constants</h1>
<p>These constats are used to reference the various events that Kronicle will trigger.
Import this object and add events as necessary.</p>
</div>
<div class="content"><div class='highlight'><pre><span class="hljs-keyword">const</span> events = {
Initialized: <span class="hljs-string">"Initialized"</span>,
BeforeModulesLoad: <span class="hljs-string">"BeforeModulesLoad"</span>,
ModuleLoaded: <span class="hljs-string">"ModuleLoaded"</span>,
AfterModulesLoad: <span class="hljs-string">"AfterModulesLoad"</span>,
Ready: <span class="hljs-string">"Ready"</span>,
Start: <span class="hljs-string">"Start"</span>
};
export {events};</pre></div></div>
</li>
</ul>
</div>
</body>
</html>