<!--
{
  "availability" : [
    "macOS: 10.4.0 - 10.14.0"
  ],
  "documentType" : "symbol",
  "framework" : "WebKit",
  "identifier" : "/documentation/WebKit/WebScriptObject/setWebScriptValueAt(_:value:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "WebKit"
    ],
    "preciseIdentifier" : "c:objc(cs)WebScriptObject(im)setWebScriptValueAtIndex:value:"
  },
  "title" : "setWebScriptValueAt(_:value:)"
}
-->

# setWebScriptValueAt(_:value:)

Sets the value of a property at the specified index.

```
func setWebScriptValueAt(_ index: UInt32, value: Any!)
```

## Parameters

`index`

The index of the property.

`value`

The value of the property.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)