DirectivesPluginParams interface
The parameters used to configure the directivesPlugin
function.
Signature:
export interface DirectivesPluginParams
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
directiveDescriptors | DirectiveDescriptor<any>[] | Use this to register your custom directive editors. You can also use the built-in GenericDirectiveEditor. |