constructor();
loggerService: any
_navigationToolNameSet: any
register: (toolName: string) => void
Registers a navigation tool name in the internal Set. Logs the registration operation via LoggerService if GLOBAL_CONFIG.CC_LOGGER_ENABLE_INFO is true.
hasTool: (toolName: string) => boolean
Checks if a navigation tool name exists in the internal Set. Logs the lookup operation via LoggerService if GLOBAL_CONFIG.CC_LOGGER_ENABLE_INFO is true.