Foundation guide

License data grid documentation

Use the `license` prop when mounting paid Pro or Enterprise packages. Start with `licenseKey`, `appId`, and `apiBaseUrl`.

What it means

License config connects a paid package to your Ace Grid app, key, and lease API.

When to use it

Use it when mounting `@ace-grid/pro` or `@ace-grid/enterprise`. Keep it out of Core-only grids.

Implementation notes

Use a full license key, not the stored key prefix. Keep `apiBaseUrl` pointed at your deployed Ace Grid license API.

Relevant API

Start with license.licenseKey, license.appId, license.apiBaseUrl, license.domain, license.leaseSigningPublicKey, license.runtime, license.version, license.fetchImpl. Open the live API reference for types and defaults.