eiqextension
v0.2.0
Published
TypeScript definitions for eIQ Toolkit Extension API
Readme
eIQ Portal API
eIQ Portal API is a set of JavaScript APIs that you can use in eIQ Portal extension.
Node.js version
The extension host for eIQ Portal currently runs Node.js version 14.16.0.
When using TypeScript, it is advisable to install the correct types via:
npm install --save-dev @types/[email protected].
Commands
- Generate docs:
npm run typedoc - Run linting:
npm run dtslint
