Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Function every

    • Test whether every element in this Set satisfies a certain test criterion.

      Type Parameters

      • T

      Parameters

      • this: Set<T>
      • test: (element: T, index: number, set: Set<T>) => boolean

        The test criterion to apply.

      Returns boolean

      Does every element in the set satisfy the test criterion?