Dashboard Sheet Image Args
data class DashboardSheetImageArgs(val actions: Output<List<DashboardImageCustomActionArgs>>? = null, val imageContentAltText: Output<String>? = null, val interactions: Output<DashboardImageInteractionOptionsArgs>? = null, val scaling: Output<DashboardSheetImageScalingConfigurationArgs>? = null, val sheetImageId: Output<String>, val source: Output<DashboardSheetImageSourceArgs>, val tooltip: Output<DashboardSheetImageTooltipConfigurationArgs>? = null) : ConvertibleToJava<DashboardSheetImageArgs>
Constructors
Link copied to clipboard
constructor(actions: Output<List<DashboardImageCustomActionArgs>>? = null, imageContentAltText: Output<String>? = null, interactions: Output<DashboardImageInteractionOptionsArgs>? = null, scaling: Output<DashboardSheetImageScalingConfigurationArgs>? = null, sheetImageId: Output<String>, source: Output<DashboardSheetImageSourceArgs>, tooltip: Output<DashboardSheetImageTooltipConfigurationArgs>? = null)
Properties
Link copied to clipboard
A list of custom actions that are configured for an image.
Link copied to clipboard
The alt text for the image.
Link copied to clipboard
The general image interactions setup for an image.
Link copied to clipboard
Determines how the image is scaled.
Link copied to clipboard
The ID of the sheet image.
Link copied to clipboard
The source of the image.
Link copied to clipboard
The tooltip to be shown when hovering over the image.