API reference for SfTabsComponent

import {SfTooltipModule} from "@progress/sitefinity-component-framework";


selector: sf-tooltip description: Represents a tooltip component with two modes - link and icon

Implements

  • OnInit

Constructors

Properties

buttonLook: string
isTooltipVisible: boolean = false

Whether the tooltip is visible

onClick: EventEmitter<boolean> = ...

Emitted when the tooltip link or icon is clicked

onFocusOut: EventEmitter<boolean> = ...

Emitted when focus out is triggered

shouldCloseOnContentClick: boolean = false

Whether the tooltip should be closed on click

tooltipConfig: TooltipConfig = ...

Settings for the tooltip component

Methods

  • Returns void

  • Toggles the visibility of the tooltip content Emits onClick event

    Returns void

  • Closes the tooltip Edmits onFocusOut event

    Returns void

Generated using TypeDoc