You are here: Reference > JavaScript > client-side > event handling > properties > srcUrn (event)

srcUrn property (event)

Browser support:
Sets or retrieves the Uniform Resource Identifier (URI) of the behavior that fired the event.

Syntax:

object.srcUrn;
You can find the related objects in the Supported by objects section below.
The srcUrn property is read-only, except if the event object is created with the createEventObject method when it is read/write.

Possible values:

String that sets or retrieves the URI.
Default: this property has no default value.

Supported by objects:

Related pages:

External links:

User Contributed Comments

Post Content

Post Content