registerLicense()
Registers the yFiles license which is needed to use the yFiles React component.
function App() {
registerLicense(yFilesLicense)
return (
<CompanyOwnership data={data}></CompanyOwnership>
)
}
Parameters
| Name | Description | Type |
|---|---|---|
licenseKey | The license key to register | Record<string, unknown> |