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