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 |
---|---|---|---|
context | PluginFeatureContext | Exposes various services that can be used by a plugin. |
Methods
Method | Modifiers | Description |
---|---|---|
[Symbol.hasInstance](instance) | static | |
onInitialized() | This event function is called after the feature is initialized, but before any processing occurs. |