• Split the components of the composite version. Returns a tuple with the version of the user's entitlements assigned as the first element and the version of the entitlements set the user is assigned to as the second element. If the user is not assigned an entitlements set then 0 is returned for the second element.

    Parameters

    • version: number

      The version of a [[UserEntitlements]]

    Returns [number, number]

    Returns the version split as a tuple: [userEntitlementVersion: number, entitlementsSetVersion: number]

Generated using TypeDoc