@pexip/plugin-api
TypeScript icon, indicating that this package has built-in type declarations

19.3.2 • Public • Published

@pexip/plugin-api

plugin-api is a Typescript package for creating Pexip ("Webapp3") plugins.

To find out the most suitable package version for a particular Webapp3 deployment, one can go to the About Pexip section of the app and check Plugin API Version.

Install

npm install @pexip/plugin-api

Usage

import {registerPlugin} from '@pexip/plugin-api';

const plugin = await registerPlugin({id: 'your-plugin-name', version: 1});

void plugin.ui.showToast({message: 'Hello from the plugin'});

Documentation

https://developer.pexip.com/docs/category/pexip-connect-for-web-webapp3-plugins

Readme

Keywords

none

Package Sidebar

Install

npm i @pexip/plugin-api

Weekly Downloads

11

Version

19.3.2

License

Apache-2.0

Unpacked Size

92.9 kB

Total Files

22

Last publish

Collaborators

  • npm-pexip