What it means
License config connects a paid package to your Ace Grid app, key, and lease API.
Foundation guide
Use the `license` prop when mounting paid Pro or Enterprise packages. Start with `licenseKey`, `appId`, and `apiBaseUrl`.
License config connects a paid package to your Ace Grid app, key, and lease API.
Use it when mounting `@ace-grid/pro` or `@ace-grid/enterprise`. Keep it out of Core-only grids.
Use a full license key, not the stored key prefix. Keep `apiBaseUrl` pointed at your deployed Ace Grid license 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.