fix docs build

This commit is contained in:
Jacob Nguyen
2023-06-30 21:56:51 -05:00
parent 05e470b99b
commit 49a910f90a
48 changed files with 5615 additions and 5072 deletions

View File

@@ -30,33 +30,13 @@ Will be refactored in future
## Properties
### execute
`Abstract` **execute**: [`EventModuleDefs`](../modules.md#eventmoduledefs)[`Type`][``"execute"``]
#### Defined in
[src/handler/sern.ts:137](https://github.com/sern-handler/handler/blob/c1f6906/src/handler/sern.ts#L137)
___
### onEvent
• **onEvent**: [`ControlPlugin`](../interfaces/ControlPlugin.md)<`any`[]\>[] = `[]`
#### Defined in
[src/handler/sern.ts:136](https://github.com/sern-handler/handler/blob/c1f6906/src/handler/sern.ts#L136)
___
### plugins
• **plugins**: [`InitPlugin`](../interfaces/InitPlugin.md)<`any`[]\>[] = `[]`
**plugins**: [`AnyEventPlugin`](../modules.md#anyeventplugin)[] = `[]`
#### Defined in
[src/handler/sern.ts:135](https://github.com/sern-handler/handler/blob/c1f6906/src/handler/sern.ts#L135)
[src/handler/commands.ts:100](https://github.com/sern-handler/handler/blob/941e1ea/src/handler/commands.ts#L100)
___
@@ -66,4 +46,48 @@ ___
#### Defined in
[src/handler/sern.ts:134](https://github.com/sern-handler/handler/blob/c1f6906/src/handler/sern.ts#L134)
[src/handler/commands.ts:99](https://github.com/sern-handler/handler/blob/941e1ea/src/handler/commands.ts#L99)
___
### \_instance
`Static` `Private` **\_instance**: [`EventModule`](../modules.md#eventmodule)
#### Defined in
[src/handler/commands.ts:102](https://github.com/sern-handler/handler/blob/941e1ea/src/handler/commands.ts#L102)
## Methods
### execute
`Abstract` **execute**(`...args`): `unknown`
#### Parameters
| Name | Type |
| :------ | :------ |
| `...args` | `EventArgs`<`Type`, [`Control`](../enums/PluginType.md#control)\> |
#### Returns
`unknown`
#### Defined in
[src/handler/commands.ts:111](https://github.com/sern-handler/handler/blob/941e1ea/src/handler/commands.ts#L111)
___
### getInstance
`Static` **getInstance**(): [`EventModule`](../modules.md#eventmodule)
#### Returns
[`EventModule`](../modules.md#eventmodule)
#### Defined in
[src/handler/commands.ts:103](https://github.com/sern-handler/handler/blob/941e1ea/src/handler/commands.ts#L103)