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

components: ComponentsInfo

Information about components.

Defined in

src/lib/metadata.ts:170


custom

custom: CustomInfo

Information about custom (code blocks).

Defined in

src/lib/metadata.ts:182


network

network: NetworkInfo

Information about network.

Defined in

src/lib/metadata.ts:166


relations

relations: RelationsInfo

Information about relations.

Defined in

src/lib/metadata.ts:178


schema

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


services

services: ServicesInfo

Information about services.

Defined in

src/lib/metadata.ts:174