ObjectRef.id

Property Description

The internal ID or script ID of the object. For example, the saved search ID.

Type

string | number

Since

2015.2

Syntax

The following code snippet shows the syntax for this member. It is not a functional example. For a complete script example, see Map/Reduce Script Samples.

          ...
{
    type: 'search',
    id: 1234 //search internal id
}
... 

        

Related Topics

inputContext.ObjectRef
ObjectRef.type

General Notices