API Reference

@univerjs-pro/license

License management plugin and services for Web SDK.

TypeScript
import { UniverLicensePlugin } from '@univerjs-pro/license'univer.registerPlugin(UniverLicensePlugin, {  license: 'YOUR_LICENSE_KEY',})

Replace YOUR_LICENSE_KEY with the license issued for your deployment.

IUniverLicenseInputConfig

TypeScript
export interface IUniverLicenseInputConfig {  license?: string}

IUniverLicenseConfig

TypeScript
export interface IUniverLicenseConfig {  ls?: string  pbk?: string  stv?: boolean}

How is this guide?

© 2026 DreamNum Co., Ltd.