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

    Force the deletion of a certain DataModel field, resetting its value back to undefined.

    Hierarchy (View Summary)

    Index

    Methods

    • Returns { value: any; [key: string]: any }

    • A comparison helper function that asserts whether two values are equal when one or both values may be DataFieldOperator instances.

      Parameters

      • a: any
      • b: any

      Returns boolean

    • Retrieve the inner value of the DataFieldOperator, or return the value passed if not a DataFieldOperator.

      Parameters

      • value: any

      Returns any