XYO Platform SDK - v3.10.6
    Preparing search index...

    Variable hasAllLabelsConst

    hasAllLabels: (source?: Labels, required?: Labels) => boolean

    Returns true if the source object has all the labels from the required set

    Type declaration

      • (source?: Labels, required?: Labels): boolean
      • Parameters

        • Optionalsource: Labels

          Source object to check against

        • Optionalrequired: Labels

          Set of labels to check for in source

        Returns boolean

        True of the source object has all the labels from the required set