{"title":"Tab Click","description":"Measures when a user clicks a tabbed interface to reveal a hidden content panel.","_alerts":[{"variant":"note","message":"**This event is designed to measure click interactions that do not result in page navigation.** If the click results in a page navigation, consider using the `navigation_link_click` event instead."}],"type":"object","allOf":[{"properties":{"event":{"title":"Event Name","const":"tab_click"}},"required":["event"]},{"title":"Section\/UI Properites","description":"These properties can be applied to any event to provide more contextual information about \"where\" an interaction occured within a given page.","$schema":"http:\/\/json-schema.org\/draft-07\/schema#","type":"object","definitions":{"section_name":{"type":"string","title":"Section Name","description":"More specific than `ui_location`, this property can be used to describe the name of a section or container that the event occurred within.","example":"recent posts"},"ui_location":{"type":"string","title":"UI Location","description":"The name of the section or container that the event occurred within. This could be a sidebar, header, footer, or any other named\/defined section of a page.","example":"sidebar"}},"required":[]}]}