4 min readUpdated Mar 2, 2026

DashboardOutputNodeEditor Documentation

Overview

The DashboardOutputNodeEditor is a component within the Vantage analytics and data platform used for configuring the output that will be made available to dashboard tiles. This editor enables users to define a distinct name for the output, enhancing usability and organization within dashboards. Through its settings and functionalities, it allows for customized data visualization and management.

Purpose

The primary purpose of the DashboardOutputNodeEditor is to provide users with an interface for naming and describing the dashboard output effectively. This is critical for ensuring that dashboard tiles can accurately reference the specified output, ensuring reliable data representation within the Vantage platform.

Settings

1. Output Name

How It Works

The component functions by rendering a form field that allows the user to enter a name for the dashboard output. When the user types in the input field, the updateField function is called to update the state configuration with the newly provided name. Additionally, it includes tooltips that provide guidance on the input, enhancing user experience and understanding.

Internal Logic

Data Expectations

The DashboardOutputNodeEditor expects the following data:

AI Integrations

The DashboardOutputNodeEditor does not currently integrate with AI features directly; however, enhancements could be made to suggest optimized output names based on existing data patterns or prior naming conventions within the Vantage platform to improve usability.

Billing Impacts

Utilizing the DashboardOutputNodeEditor itself does not have direct billing impacts associated with its configuration. However, the use of dashboard features leveraging this output may influence the computation and data processing costs, depending on the volume of data processed and displayed. Users should monitor their usage to understand any potential implications on billing.

Use Cases & Examples

Use Case 1: Descriptive Output Naming

A business user is creating a dashboard that aggregates sales data. By utilizing the DashboardOutputNodeEditor, they can label the output as "Monthly Sales Overview," helping team members quickly identify relevant data.

Use Case 2: Multi-Dashboard Coordination

A data analyst works across multiple dashboards and needs to standardize output names for consistency. Using the DashboardOutputNodeEditor, they can ensure outputs like "Q1 Revenue Report" or "Customer Feedback Summary" are uniformly named across all dashboards.

Detailed Example Configuration

Scenario: A marketing team is developing a dashboard to track campaign performance metrics and needs a clear output name for clarity.

Configuration:

json
{
    "outputName": "Campaign Performance Overview"
}

Implementation:

  1. The user opens the DashboardOutputNodeEditor.
  2. In the output name field, they enter Campaign Performance Overview.
  3. As they type, the component captures the input and triggers the updateField function to save the new name.
  4. The user references this output name in various dashboard tiles to pull relevant campaign performance data efficiently.

By deploying the configured output name in their dashboard, all team members can readily understand what data is being represented, facilitating data analysis and decision-making processes.