UNPKG

@am92/securities-utility

Version:
13 lines (12 loc) 552 B
/** * @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__';