Skip to content

@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

src/lib/metadata.ts:178


custom

• Readonly custom: CustomInfo

Information about custom (code blocks).

Defined in

src/lib/metadata.ts:190


network

• Readonly network: NetworkInfo

Information about network.

Defined in

src/lib/metadata.ts:174


relations

• Readonly relations: RelationsInfo

Information about relations.

Defined in

src/lib/metadata.ts:186


schema

• Readonly schema: string

The reference to the json schema file for creating a valid json config when using the package.

Defined in

src/lib/metadata.ts:170


services

• Readonly services: ServicesInfo

Information about services.

Defined in

src/lib/metadata.ts:182