Intrinsic objects provide convenient access to common objects used within various script bindings and event handlers.

For example, referencing the Page object provides access to properties like PageName and PageDescription, and to methods like GetNamedElement and GetParameter.

To see how intrinsic objects map to events, see Events and Event Handlers.

For reference information, see _members--Intrinsic Objects.

For an example of how to use the Element, ElementData, and EventName intrinsic objects, see Script Context.