UNPKG

ez-web-toolkit

Version:
15 lines (14 loc) 327 B
/** * @namespace toolkit.constants */ /** * @class toolkit.constants.EventConsts * @classdesc An event constants. */ export declare class EventConsts { /** * The reload grid event name. * @member {string} toolkit.constants.EventConsts#reloadGridEvent */ static reloadGridEvent: string; }