documentationfor yFiles for HTML 2.6

This object is a container for the license information.

Inheritance Hierarchy
License

Remarks

It can be used as follows when ES modules are used:

import { License } from 'yfiles'

License.value = {
  /* license information */
}

In other environments, this object can be found on the yfiles root object:

yfiles.License.value = {
  /* license information */
}

Type Details

yfiles module
lang
yfiles-umd modules
All modules
Legacy UMD name
yfiles.lang.License

See Also

Default Properties