JSPM

botbuilder-dialogs-adaptive-runtime-core

4.15.0-rc1.preview
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 116061
  • Score
    100M100P100Q195954F
  • License MIT

Bot Framework Adaptive Dialogs runtime core components

Package Exports

  • botbuilder-dialogs-adaptive-runtime-core

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (botbuilder-dialogs-adaptive-runtime-core) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

botbuilder-dialogs-adaptive-runtime-core

The runtime core package is an internal only package. The API surface should not be considered public. The package purely serves to provide a small set of shared types and functionality to power the runtime and runtime plugins.

ServiceCollection

ServiceCollection serves as the glue between components that participate in the runtime. Instances or factory functions can be provided. Factory functions can express dependencies on other service instances that are necessary for construction. The dependency graph is then resolved to build instances of every service with a provided instance of factory function.