Loader
Module Extensions
Section titled “Module Extensions”HTMLRevoGridElementEventMap (Extended from global)
Section titled “HTMLRevoGridElementEventMap (Extended from global)”interface HTMLRevoGridElementEventMap { /** * Event for loader * * @example * ```typescript * grid.addEventListener(LOADER_EVENT, (e) => { * console.log(e); * }); */ [LOADER_EVENT]: boolean}Plugin API
Section titled “Plugin API”LoaderPlugin
Section titled “LoaderPlugin”class LoaderPlugin { busy(isBusy: boolean);}