Skip to content

@openfabr/cdf / Exports / ComponentsInfo

Interface: ComponentsInfo

Interface that represents information about available component constructs.

Hierarchy

ComponentsInfo

Table of contents

Properties

Properties

description

Optional description: string

Inherited from

OptionalDescAware.description

Defined in

src/lib/metadata.ts:24


icon

Optional icon: string

Inherited from

OptionalIconAware.icon

Defined in

src/lib/metadata.ts:16


types

types: Object

Available types and subtypes for components.

Index signature

▪ [key: string]: ComponentType

Defined in

src/lib/metadata.ts:113