renderActionsTab function exported

Last updated: 2026-03-05T23:41:41.564Z

Metrics

LOC: 8 Complexity: 1 Params: 0

Signature

renderActionsTab(): : void

Source Code

export function renderActionsTab(): void {
  const content = document.getElementById("content");
  renderTo(
    content,
    <ActionsTabView
      watcherActive={panelState.watcherActive}
      detectedCount={panelState.detectedFields.length}
      onFillAll={() => void fillAll()}

Dependencies (Outgoing)

graph LR renderActionsTab["renderActionsTab"] fillAll["fillAll"] renderActionsTab -->|calls| fillAll style renderActionsTab fill:#dbeafe,stroke:#2563eb,stroke-width:2px click renderActionsTab "40e45c39675a3592.html" click fillAll "388f033c1be0f292.html"
TargetType
fillAll calls

Impact (Incoming)

graph LR renderActionsTab["renderActionsTab"] renderShell["renderShell"] renderActiveTab["renderActiveTab"] toggleWatch["toggleWatch"] renderShell -->|uses| renderActionsTab renderActiveTab -->|calls| renderActionsTab toggleWatch -->|calls| renderActionsTab style renderActionsTab fill:#dbeafe,stroke:#2563eb,stroke-width:2px click renderActionsTab "40e45c39675a3592.html" click renderShell "49d8574256a889e1.html" click renderActiveTab "6d5bc0097c5c25ad.html" click toggleWatch "5b1d47a07d7aa0c9.html"
SourceType
renderShell uses
renderActiveTab calls
toggleWatch calls