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:199


custom

Optional Readonly custom: CustomInfo

Information about optional custom (code blocks). Missing this field implies that the package does NOT support custom code blocks.

Defined in

src/lib/metadata.ts:212


network

Optional Readonly network: NetworkInfo

Information about optional network. Missing this field implies that the package does NOT support customisable virtual network.

Defined in

src/lib/metadata.ts:195


relations

Readonly relations: RelationsInfo

Information about relations.

Defined in

src/lib/metadata.ts:207


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:190


services

Readonly services: ServicesInfo

Information about services.

Defined in

src/lib/metadata.ts:203