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