Archived
1
0

plugin.ts: Adjust to implement pluginapi.d.ts correctly

This commit is contained in:
Anmol Sethi
2020-11-03 21:11:14 -05:00
parent fed545e67d
commit afff86ae9c
6 changed files with 48 additions and 18 deletions

View File

@ -70,9 +70,14 @@ export interface Plugin {
version?: string
/**
* These two are used in the overlay.
* Name used in the overlay.
*/
displayName: string
/**
* Used in overlay.
* Should be a full sentence describing the plugin.
*/
description: string
/**