Skip to content
alanlohse edited this page Aug 8, 2021 · 1 revision

gottabe-plugin-dev / Exports / Plugin

Interface: Plugin

Interace for plugin implementation

Table of contents

Methods

Methods

process

process(phaseParams, pluginContext): Promise<void>

The plugin stuff must be implemented in this method. The method doesn't require a result, but can be asynchronous.

Parameters

Name Type Description
phaseParams PhaseParams the phase parameters
pluginContext PluginContext the plugin context

Returns

Promise<void>

Defined in

gottabe_api.ts:127

Clone this wiki locally