ObjectUIObjectUI
ComponentsOverlay

Tooltip

Contextual information on hover

Examples

Basic Tooltip

Schema

interface TooltipSchema {
  type: 'tooltip';
  content: string;
  children: SchemaNode;
  side?: 'top' | 'right' | 'bottom' | 'left';
}

On this page