Home / Function/ SidebarEventInfo() — react Function Reference

SidebarEventInfo() — react Function Reference

Architecture documentation for the SidebarEventInfo() function in SidebarEventInfo.js from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  5b01c89b_94b5_111b_5a88_51bad01b2601["SidebarEventInfo()"]
  8a53e3b1_7d98_d6cb_d776_c4171cd9ac5f["SidebarEventInfo.js"]
  5b01c89b_94b5_111b_5a88_51bad01b2601 -->|defined in| 8a53e3b1_7d98_d6cb_d776_c4171cd9ac5f
  style 5b01c89b_94b5_111b_5a88_51bad01b2601 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/react-devtools-shared/src/devtools/views/Profiler/SidebarEventInfo.js lines 118–126

export default function SidebarEventInfo(_: Props): React.Node {
  const {selectedEvent} = useContext(TimelineContext);
  // (TODO) Refactor in next PR so this supports multiple types of events
  if (selectedEvent && selectedEvent.schedulingEvent) {
    return <SchedulingEventInfo eventInfo={selectedEvent.schedulingEvent} />;
  }

  return null;
}

Domain

Subdomains

Frequently Asked Questions

What does SidebarEventInfo() do?
SidebarEventInfo() is a function in the react codebase, defined in packages/react-devtools-shared/src/devtools/views/Profiler/SidebarEventInfo.js.
Where is SidebarEventInfo() defined?
SidebarEventInfo() is defined in packages/react-devtools-shared/src/devtools/views/Profiler/SidebarEventInfo.js at line 118.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free