Skip to main content

@baeta/plugin-directives

Interfaces

DirectivesOptions

Configuration options for the directives plugin.

Properties

PropertyTypeDefault valueDescription

moduleName?

string

"baeta-directives";

Custom name for the directives module

Functions

directivesPlugin()

directivesPlugin(options?): GeneratorPluginV1<unknown>

A plugin that generates the directives and resolvers for the built-in Baeta directives. See https://baeta.io/docs/plugins/builtin-directives

Parameters

ParameterTypeDescription

options?

DirectivesOptions

Configuration options for the directives plugin

Returns

GeneratorPluginV1<unknown>

A Baeta generator plugin