<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`Plugin`](Plugin) › [`(constructor)`](Plugin/(constructor).md)
## Plugin.(constructor)
Constructs a new instance of the `Plugin` class
**Signature:**
```typescript
constructor(app: App, manifest: PluginManifest);
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| <code>app</code> | [`App`](App) | |
| <code>manifest</code> | [`PluginManifest`](PluginManifest) | |