• Jump To … +
    Core.js EventTypes.js Kronicle.js Module.js ArrayDataSource.js Component.js Controller.js DataSource.js DataSources.js DataSourcesEvents.js View.js
  • ¶

    EventType constants

    These constats are used to reference the various events that Kronicle will trigger. Import this object and add events as necessary.

    const events = {
        Initialized: "Initialized",
        BeforeModulesLoad: "BeforeModulesLoad",
        ModuleLoaded: "ModuleLoaded",
        AfterModulesLoad: "AfterModulesLoad",
        Ready: "Ready",
        Start: "Start"
    };
    
    export {events};