Graph

data class Graph(val value: Map<String, GraphDisplayConfig>) : DisplayConfig

The configuration for graphical display of the widget data, including chart type and visual options.

Constructors

Link copied to clipboard
constructor(value: Map<String, GraphDisplayConfig>)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this DisplayConfig as a Graph and retrieves its kotlin.collections.Map value. Throws an exception if the DisplayConfig is not a Graph.

Link copied to clipboard

Casts this DisplayConfig as a Graph and retrieves its kotlin.collections.Map value. Returns null if the DisplayConfig is not a Graph.

Link copied to clipboard

Casts this DisplayConfig as a Table and retrieves its aws.sdk.kotlin.services.bcmdashboards.model.TableDisplayConfigStruct value. Throws an exception if the DisplayConfig is not a Table.

Link copied to clipboard