Hex Core JS
    Preparing search index...

    Type Alias TooltipProps

    TooltipProps: { id?: string; isInteractable?: boolean; noStem?: boolean } & Partial<
        ClassNameProps & StyleProps & ChildrenProps,
    >

    Type Declaration

    • Optionalid?: string

      HTML id of the element.

    • OptionalisInteractable?: boolean

      Indicates whether user interaction is allowed with the tooltip's content, in other words, pointer-events are allowed.

    • OptionalnoStem?: boolean

      Indicates whether the stem should be hidden on the tooltip.