License

License class

Provides methods to license the component.

Constructors

NameDescription
constructor()Initializes a new instance of this class.

Methods

MethodDescription
setLicense(string)Licenses the component.
setLicense(Uint8Array)Licenses the component.

constructor()

Initializes a new instance of this class.

constructor();

setLicense(string)

Licenses the component.

setLicense(licenseName: string) : void;

Parameters:

ParameterTypeDescription
licenseNamestringThe license file path.

setLicense(Uint8Array) {setLicense-uint8array-}

Licenses the component.

setLicense(stream: Uint8Array): void;

Parameters:

ParameterTypeDescription
streamUint8ArrayA stream that contains the license.