@am92/securities-utility
Version:
A utility package for securities applications
13 lines (12 loc) • 552 B
JavaScript
/**
* @ignore Event name indicating that the required indexes for the security master have been successfully created.
*/
export const INDEXES_CREATED = 'INDEXES_CREATED';
/**
* @ignore Event name signaling that the security master has been successfully initialized and is ready for use.
*/
export const SECURITY_MASTER_INITIALIZED = 'SECURITY_MASTER_INITIALIZED';
/**
* @ignore Event name signaling that the search has been successfully initialized and is ready for use.
*/
export const GLOBAL_SUCCESS_EVENT_NAME = '__SEC_MASTER_LOADING_DONE__';