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


template

Readonly template: string

The reference to the code template file for creating a valid custom code block when using the package.

Defined in

src/lib/metadata.ts:177