utils/isfeatureblockedbylicensekey
module
Functions
-
isFeatureBlockedByLicenseKey( licensePayload, licenseFeatureCode ) → boolean
module:utils/isfeatureblockedbylicensekey~isFeatureBlockedByLicenseKey
Checks whether a feature (represented by an unique id) is blocked by the provided license key.
Parameters
licensePayload : Record<string, any>
Decoded license key.
licenseFeatureCode : string
An unique feature id to check.
Returns
boolean