0.0.3 • Published 2 years ago

@avaya/workspaces-widget-framework-types v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Types for Workspaces Widget Framework

The Widget Framework is a feature that extends the customization capabilities of Avaya Workspaces. You can use the Widget API and create your own widgets to customize the layout of Workspaces according to your business needs.

Installation

npm

This is the preferred method. For example:

npm install --save-dev @avaya/workspaces-widget-framework-types

Usage

Widget Framework is added to global window object.

 const api = window.WS.widgetAPI();

Refer to documentation for more details on Widget Framework.