@openfabr/cdf / Exports / ConstructsInfo
Interface: ConstructsInfo
Interface that represents information about custom (code blocks) construct. Most notably it includes a reference to the code template.
Table of contents
Properties
Properties
components
• Readonly
components: ComponentsInfo
Information about components.
Defined in
custom
• Readonly
custom: CustomInfo
Information about custom (code blocks).
Defined in
network
• Readonly
network: NetworkInfo
Information about network.
Defined in
relations
• Readonly
relations: RelationsInfo
Information about relations.
Defined in
schema
• Readonly
schema: string
The reference to the json schema file for creating a valid json config when using the package.
Defined in
services
• Readonly
services: ServicesInfo
Information about services.