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

    Function toObject

    • Convert a set to a JSON object by mapping its contents to an array

      Type Parameters

      • T

      Parameters

      • this: Set<T>

      Returns T[]

      The set elements as an array.