Tooltip
, a UI component similar to Toolbar, is designed to change elements on the canvas, reorder and align them. It is rendered next to a selected element – a behavior you can modify.

How to customize Tooltip?
Similar to Toolbar, Tooltip supports special components
property to add/change/remove most of its UI components.
To do that you need pass a component with a name in format TypeName
, where type refer to type
of element. For example TextFill
. You can use all built-element types as Text
, Image
, Svg
. But you can also use Many
prefix when several elements are selected. And you can define your own new components for any element type. E.g. ImageAlertButton
How to disable Tooltip?
You can pass Tooltip
component that renders null
to disable it.