Searched defs:detailsPanel (Results 1 – 6 of 6) sorted by relevance
34 readonly detailsPanel?: (row: {id: number}) => TrackEventDetailsPanel; property
115 detailsPanel() { method in TraceProcessorCounterTrack
91 const detailsPanel = trace.selection.getDetailsPanelForSelection(); constant
167 detailsPanel?(row: T): TrackEventDetailsPanel; method
219 detailsPanel?(sel: TrackEventSelection): TrackEventDetailsPanel | undefined; method
435 const detailsPanel: SelectionDetailsPanel = { constant