Home > @microsoft/api-documenter > PluginFeature
PluginFeature class
The abstract base class for all API Documenter plugin features.
Signature:
export declare abstract class PluginFeature
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the PluginFeature class.
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
Exposes various services that can be used by a plugin. |
Methods
Method | Modifiers | Description |
|---|---|---|
| ||
This event function is called after the feature is initialized, but before any processing occurs. |