Type alias TCreateTooltipOptions

TCreateTooltipOptions: TCreateTooltipCommonOptions & {
    interactive?: boolean;
    padding?: number;
}

Type declaration

  • Optional interactive?: boolean

    Whether the Tooltip should be clickable and included in E_SDK_EVENT.CLICK events.

    Default

    false
    
  • Optional padding?: number

    The distance in pixels to offset the Tooltip from the anchor point.