Type alias TCreateCustomInnerHTMLTooltipOptions

TCreateCustomInnerHTMLTooltipOptions: TCreateTooltipCommonOptions & {
    contentHtml: string;
    padding?: number;
}

Type declaration

  • contentHtml: string

    Use mappedin's default tooltip styling with custom inner html content

  • Optional padding?: number

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