Const
Core platform service names for accessing built-in services via the platform.
Use these strongly-typed keys to retrieve platform services.
const http = platform.get(PlatformServiceName.Http);const commandBus = platform.get(PlatformServiceName.CommandBus);const limeObjects = platform.get(PlatformServiceName.LimeObjectRepository);const limeTypes = platform.get(PlatformServiceName.LimeTypeRepository);const navigator = platform.get(PlatformServiceName.Navigator);
Available services include:
Http
CommandBus
LimeObjectRepository
LimeTypeRepository
Navigator
EventDispatcher
Translator
Core platform service names for accessing built-in services via the platform.
Use these strongly-typed keys to retrieve platform services.
Example
Remarks
Available services include:
Http- HTTP client for API requestsCommandBus- Command pattern implementation for actionsLimeObjectRepository- CRUD operations for business objectsLimeTypeRepository- Schema and metadata accessNavigator- Client-side routingEventDispatcher- Event pub/sub systemTranslator- Localization service