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

gottabe-plugin-dev / Exports / PluginContext

Interface: PluginContext

Interface for the plugin context

Table of contents

Methods

Methods

getCurrentProject

getCurrentProject(): Project

Return the current project

Returns

Project

Defined in

gottabe_api.ts:347


getPackageManager

getPackageManager(): PackageManager

Retrieve a instance of the package manager

Returns

PackageManager

Defined in

gottabe_api.ts:343


getPluginConfig

getPluginConfig(): any

Return the configuration of the current plugin

Returns

any

Defined in

gottabe_api.ts:351