UNPKG

@microsoft/teams.apps

Version:

<p> <a href="https://www.npmjs.com/package/@microsoft/teams.apps" target="_blank"> <img src="https://img.shields.io/npm/v/@microsoft/teams.apps/latest" /> </a> <a href="https://www.npmjs.com/package/@microsoft/teams.apps?activeTab=code

12 lines (11 loc) 205 B
/** * the event emitted when a plugin * is started */ export interface IPluginStartEvent { /** * the port given to the * `app.start()` method */ readonly port: number | string; }