SheetTextBox

A text box.

Types

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

Properties

Link copied to clipboard

The content that is displayed in the text box.

Link copied to clipboard

The general textbox interactions setup for a textbox.

Link copied to clipboard

The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.

Functions

Link copied to clipboard
inline fun copy(block: SheetTextBox.Builder.() -> Unit = {}): SheetTextBox
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