setWebScriptValueAt(_:value:)
Sets the value of a property at the specified index.
Declaration
func setWebScriptValueAt(_ index: UInt32, value: Any!)Parameters
- index:
The index of the property.
- value:
The value of the property.
Sets the value of a property at the specified index.
func setWebScriptValueAt(_ index: UInt32, value: Any!)The index of the property.
The value of the property.