Skip to content

RuntimeInfo

Backwards compatibility for when 'RuntimeInfo' was defined here.

This is necessary because its used as an input in the stable

core.ConstructNode.synth

Initializer

import { RuntimeInfo } from '@alicloud/ros-cdk-cxapi'
const runtimeInfo: RuntimeInfo = { ... }

Properties

Name Type Description
libraries {[ key: string ]: string} The list of libraries loaded in the application, associated with their versions.

~~libraries~~Required

  • Deprecated: moved to package 'ros-assembly-schema'
public readonly libraries: {[ key: string ]: string};
  • Type: {[ key: string ]: string}

The list of libraries loaded in the application, associated with their versions.