AnalysisSheetImageArgs

data class AnalysisSheetImageArgs(val actions: Output<List<AnalysisImageCustomActionArgs>>? = null, val imageContentAltText: Output<String>? = null, val interactions: Output<AnalysisImageInteractionOptionsArgs>? = null, val scaling: Output<AnalysisSheetImageScalingConfigurationArgs>? = null, val sheetImageId: Output<String>, val source: Output<AnalysisSheetImageSourceArgs>, val tooltip: Output<AnalysisSheetImageTooltipConfigurationArgs>? = null) : ConvertibleToJava<AnalysisSheetImageArgs>

Constructors

Link copied to clipboard
constructor(actions: Output<List<AnalysisImageCustomActionArgs>>? = null, imageContentAltText: Output<String>? = null, interactions: Output<AnalysisImageInteractionOptionsArgs>? = null, scaling: Output<AnalysisSheetImageScalingConfigurationArgs>? = null, sheetImageId: Output<String>, source: Output<AnalysisSheetImageSourceArgs>, tooltip: Output<AnalysisSheetImageTooltipConfigurationArgs>? = null)

Properties

Link copied to clipboard

A list of custom actions that are configured for an image.

Link copied to clipboard
val imageContentAltText: Output<String>? = null

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
val sheetImageId: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): AnalysisSheetImageArgs