Contents

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.

See Also

Getting and setting properties