defineProperty function

  1. @JS('defineProperty')
JSBoolean defineProperty(
  1. JSObject target,
  2. PropertyKey propertyKey,
  3. JSAny attributes
)

Method defineProperty

Parameters:

  • target: object
  • propertyKey: PropertyKey
  • attributes:

Implementation

@_i1.JS('defineProperty')
external _i1.JSBoolean defineProperty(_i1.JSObject target, _i2.PropertyKey propertyKey, _i1.JSAny attributes);