Skip to content

@openfabr/cdf / Exports / ServiceType

Interface: ServiceType

Interface that represents a typing classification for services. In particular, it contains a field for deployment instructions for the type of services defined.

Hierarchy

ServiceType

Table of contents

Properties

Properties

deployment

Readonly deployment: string

The deployment instructions. This is normally in plain text; markdown can be used too.

Defined in

src/lib/metadata.ts:108


description

Optional Readonly description: string

Inherited from

OptionalDescAware.description

Defined in

src/lib/metadata.ts:33


icon

Optional Readonly icon: string

Inherited from

OptionalIconAware.icon

Defined in

src/lib/metadata.ts:17


label

Optional Readonly label: string

Inherited from

OptionalLabelAware.label

Defined in

src/lib/metadata.ts:25


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