Sign up (with export icon)

utils/isfeatureblockedbylicensekey

Api-module icon module

Functions

  • Chevron-right icon

    isFeatureBlockedByLicenseKey( licensePayload, licenseFeatureCode ) → boolean

    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