--- title: "Perspective - Menu Tree Scripting" --- # Perspective - Menu Tree Scripting > This page details the various scripting, component, and extension functions available for [Perspective's Menu Tree](perspective-menu-tree.md) component. ## Component Events The [Perspective Event Types Reference](appendix/reference-pages/perspective-event-types-reference.md) page describes all the possible component event types for Perspective components. Not all component events support each Perspective component. The [Component Events and Actions](ignition-modules/perspective/working-with-perspective-components/component-events-and-actions.md) page shows how to configure events and actions on a Perspective component. Component scripting is handled separately and can be accessed from the Component menubar or by right clicking on the component. ### onItemClicked Fired when an item is selected. #### event.enabled * Object Path * event.enabled * Type * Boolean * Description * Whether the item interacted with is enabled. #### event.label * Object Path * event.label * Type * String * Description * Text to display for this option. #### event.path * Object Path * event.label * Type * List * Description * A list containing the item indexes leading to the item that was clicked. #### event.target * Object Path * event.target * Type * String * Description * A URL (external) or a mounted path to a page. ## Component Functions This component does not have component functions associated with it. ## Extension Functions This component does not have extension functions associated with it.