Plugin - gottabe-io/gottabe-plugin-dev GitHub Wiki

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

⚠️ **GitHub.com Fallback** ⚠️