Skip to main content

@microsoft/fast-foundation > Tooltip > autoUpdateMode

Tooltip.autoUpdateMode property

Controls when the tooltip updates its position, default is 'anchor' which only updates when the anchor is resized. 'auto' will update on scroll/resize events. Corresponds to anchored-region auto-update-mode.

Signature:
autoUpdateMode: AutoUpdateMode;

Remarks

HTML Attribute: auto-update-mode