Function anyFeatureIsPresent

  • Returns true if any of the specified features appear in the content source.

    (This works by exact match, it will not match features with values unless the value is included in the string)

    Parameters

    • contentSource: ContentSource
    • features: ContentSourceFeatures[]

    Returns boolean