Skip to content

@openfabr/cdf / Exports / ComponentType

Interface: ComponentType

Interface that represents a typing classification for components.

Hierarchy

ComponentType

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


subtype

Readonly subtype: string

Inherited from

SubtypeAware.subtype

Defined in

src/lib/domain.ts:97


type

Readonly type: string

Inherited from

TypeAware.type

Defined in

src/lib/domain.ts:87