TooltipSheetDefinition

A tooltip sheet is an object that contains a set of visuals that are used as a tooltip. Every analysis and dashboard must contain at least one non-tooltip sheet.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of images on a tooltip sheet.

Link copied to clipboard

Layouts define how the components of a tooltip sheet are arranged.

Link copied to clipboard
val name: String?

The name of the tooltip sheet. This name is displayed on the sheet's tab in the Quick console.

Link copied to clipboard

The unique identifier of a tooltip sheet.

Link copied to clipboard

The text boxes that are on a tooltip sheet.

Link copied to clipboard

A list of the visuals that are on a tooltip sheet.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String