神岛 API 文档 - ArenaPro版
    Preparing search index...
    • Removes a property from an object, equivalent to delete target[propertyKey], except it won't throw if target[propertyKey] is non-configurable.

      Parameters

      • target: object

        Object from which to remove the own property.

      • propertyKey: PropertyKey

        The property name.

      Returns boolean

    • Parameters

      • target: object
      • propertyKey: PropertyKey

      Returns boolean

      删除一个对象的属性。

      Deletes a property on an object.