mixin.setProperty method

Updates a property value and notifies any listeners.

Syntax

var object = mixin.setProperty(name, value);

Parameters

  • name
    Type: String

    The name of the property to update.

  • value
    Type: Object

    The new value of the property.

Return value

Type: Object

This object is returned.

Requirements

Minimum WinJS version

WinJS 1.0

Namespace

WinJS.Binding

See also

mixin