AnalysisSheetImage

data class AnalysisSheetImage(val actions: List<AnalysisImageCustomAction>? = null, val imageContentAltText: String? = null, val interactions: AnalysisImageInteractionOptions? = null, val scaling: AnalysisSheetImageScalingConfiguration? = null, val sheetImageId: String, val source: AnalysisSheetImageSource, val tooltip: AnalysisSheetImageTooltipConfiguration? = null)

Constructors

Link copied to clipboard
constructor(actions: List<AnalysisImageCustomAction>? = null, imageContentAltText: String? = null, interactions: AnalysisImageInteractionOptions? = null, scaling: AnalysisSheetImageScalingConfiguration? = null, sheetImageId: String, source: AnalysisSheetImageSource, tooltip: AnalysisSheetImageTooltipConfiguration? = null)

Types

Link copied to clipboard
object Companion

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.