You are here: Reference > JavaScript > client-side > event handling > objects > bookmarks

bookmarks collection

Browser support:
Represents a collection of ADO bookmarks associated with the rows affected by the current event.

Syntax:

Properties that reference the object:
event.bookmarks

Possible members:

Properties:
length
Returns an integer that specifies the number of objects in the current collection.

This property is read-only.
Methods:
[index]
Returns an object from the current collection by index.

Parameters:

index
Required. Zero-based integer that specifies the position of the object to retrieve.

Return value:

Returns the object at the specified position.
item (index)
Returns an object from the current collection by index.

Parameters:

index
Required. Zero-based integer that specifies the position of the object to retrieve.

Return value:

Returns the object at the specified position.

External links:

User Contributed Comments

Post Content

Post Content