Package-level declarations

Types

Link copied to clipboard
@Serializable
@SerialName(value = "Tooltip")
data class TooltipTileSchema(val id: String, val events: SerializableImmutableList<EventSchema>?, val style: StyleSchema, val searchableTerms: SerializableImmutableList<String>?, val visibility: TileSchema.Visibility, val tiles: SerializableImmutableList<TileSchema>, val text: String, val position: TooltipTileSchema.Position, val spacing: Int?, val showCaret: Boolean, val maxWidth: Int?, val shape: ShapeSchema?, val contentColor: ColorSchema?, val containerColor: ColorSchema?) : TileSchema

Wraps tiles in a Material 3 TooltipBox that shows a PlainTooltip with text. The tooltip is driven entirely by the platform's own gestures (long press on touch, hover on pointer devices) through a remembered tooltip state — the server neither opens nor observes it.