Share via


Sys.Observer.insert Method

Inserts an item at the specified index in an observable manner.

Sys.Observer.insert(target,index,item);

Parameters

Term

Definition

target

The array to which the item is inserted.

index

A number that represents the index where the item will be inserted.

item

The item to insert.

Returns

None.

See Also

Reference

Sys.Observer Class

Other Resources

Language Reference