Skip to content

@openfabr/cdf / Exports / CustomInfo

Interface: CustomInfo

Interface that represents information about custom (code blocks) construct. Most notably it includes a reference to the code template.

Hierarchy

CustomInfo

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


template

template: string

Defined in

src/lib/metadata.ts:149