Skip to content

VisualizeDashboardType

represents an embeddable static Visualize dashboard

Fields

url · String · The IFrame URL for the embeddable static dashboard

Used By

Definition

"""
represents an embeddable static Visualize dashboard
"""
type VisualizeDashboardType {
"""
The IFrame URL for the embeddable static dashboard
"""
url: String
}