Interface AuthorTooltipCustomizerProvider

All Known Subinterfaces:
AuthorEditorAccess, IWebappAuthorEditorAccess, WSAuthorComponentEditorPage, WSAuthorEditorPage, WSAuthorEditorPageBase

@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface AuthorTooltipCustomizerProvider
Allow developers to add tooltip customizers for customizing the tooltips which appear when hovering in the visual Author editing mode.
Since:
18
  • Method Details

    • addTooltipCustomizer

      void addTooltipCustomizer(AuthorTooltipCustomizer tooltipCustomizer)
      Add a tooltip customizer. The customizer can be used to customize the description shown when hovering the Author page.
      Parameters:
      tooltipCustomizer - The tooltip customizer.
    • removeTooltipCustomizer

      void removeTooltipCustomizer(AuthorTooltipCustomizer tooltipCustomizer)
      Remove a tooltip customizer.
      Parameters:
      tooltipCustomizer - The tooltip customizer.