IInfoTooltipProps
@spartanfx/react / index / IInfoTooltipProps
Interface: IInfoTooltipProps
Props for the InfoTooltip component.
Remarks
This interface extends Fluent UI’s ITooltipHostProps, allowing
consumers to pass through all standard tooltip configuration options
(such as content, delay, calloutProps, etc.).
Additional props are provided to customize the icon and its visual variant.
Extends
Methods
onTooltipToggle()?
optional onTooltipToggle(isTooltipVisible): void;
Notifies when tooltip becomes visible or hidden, whatever the trigger was.
Parameters
isTooltipVisible
boolean
Returns
void
Inherited from
ITooltipHostProps.onTooltipToggle
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
about? | string | - | ITooltipHostProps.about |
accessKey? | string | - | ITooltipHostProps.accessKey |
aria-activedescendant? | string | Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application. | ITooltipHostProps.aria-activedescendant |
aria-atomic? | Booleanish | Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute. | ITooltipHostProps.aria-atomic |
aria-autocomplete? | "list" | "none" | "inline" | "both" | Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made. | ITooltipHostProps.aria-autocomplete |
aria-busy? | Booleanish | Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user. | ITooltipHostProps.aria-busy |
aria-checked? | boolean | "true" | "false" | "mixed" | Indicates the current "checked" state of checkboxes, radio buttons, and other widgets. See - aria-pressed - aria-selected. | ITooltipHostProps.aria-checked |
aria-colcount? | number | Defines the total number of columns in a table, grid, or treegrid. See aria-colindex. | ITooltipHostProps.aria-colcount |
aria-colindex? | number | Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid. See - aria-colcount - aria-colspan. | ITooltipHostProps.aria-colindex |
aria-colspan? | number | Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid. See - aria-colindex - aria-rowspan. | ITooltipHostProps.aria-colspan |
aria-controls? | string | Identifies the element (or elements) whose contents or presence are controlled by the current element. See aria-owns. | ITooltipHostProps.aria-controls |
aria-current? | boolean | "true" | "false" | "time" | "page" | "step" | "location" | "date" | Indicates the element that represents the current item within a container or set of related elements. | ITooltipHostProps.aria-current |
aria-describedby? | string | Identifies the element (or elements) that describes the object. See aria-labelledby | ITooltipHostProps.aria-describedby |
aria-details? | string | Identifies the element that provides a detailed, extended description for the object. See aria-describedby. | ITooltipHostProps.aria-details |
aria-disabled? | Booleanish | Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable. See - aria-hidden - aria-readonly. | ITooltipHostProps.aria-disabled |
aria-dropeffect? | "link" | "none" | "copy" | "execute" | "move" | "popup" | Indicates what functions can be performed when a dragged object is released on the drop target. Deprecated in ARIA 1.1 | ITooltipHostProps.aria-dropeffect |
aria-errormessage? | string | Identifies the element that provides an error message for the object. See - aria-invalid - aria-describedby. | ITooltipHostProps.aria-errormessage |
aria-expanded? | Booleanish | Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed. | ITooltipHostProps.aria-expanded |
aria-flowto? | string | Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order. | ITooltipHostProps.aria-flowto |
aria-grabbed? | Booleanish | Indicates an element's "grabbed" state in a drag-and-drop operation. Deprecated in ARIA 1.1 | ITooltipHostProps.aria-grabbed |
aria-haspopup? | | boolean | "true" | "false" | "dialog" | "grid" | "listbox" | "menu" | "tree" | Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. | ITooltipHostProps.aria-haspopup |
aria-hidden? | Booleanish | Indicates whether the element is exposed to an accessibility API. See aria-disabled. | ITooltipHostProps.aria-hidden |
aria-invalid? | boolean | "true" | "false" | "grammar" | "spelling" | Indicates the entered value does not conform to the format expected by the application. See aria-errormessage. | ITooltipHostProps.aria-invalid |
aria-keyshortcuts? | string | Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element. | ITooltipHostProps.aria-keyshortcuts |
aria-label? | string | Defines a string value that labels the current element. See aria-labelledby. | ITooltipHostProps.aria-label |
aria-labelledby? | string | Identifies the element (or elements) that labels the current element. See aria-describedby. | ITooltipHostProps.aria-labelledby |
aria-level? | number | Defines the hierarchical level of an element within a structure. | ITooltipHostProps.aria-level |
aria-live? | "off" | "assertive" | "polite" | Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region. | ITooltipHostProps.aria-live |
aria-modal? | Booleanish | Indicates whether an element is modal when displayed. | ITooltipHostProps.aria-modal |
aria-multiline? | Booleanish | Indicates whether a text box accepts multiple lines of input or only a single line. | ITooltipHostProps.aria-multiline |
aria-multiselectable? | Booleanish | Indicates that the user may select more than one item from the current selectable descendants. | ITooltipHostProps.aria-multiselectable |
aria-orientation? | "horizontal" | "vertical" | Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous. | ITooltipHostProps.aria-orientation |
aria-owns? | string | Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship. See aria-controls. | ITooltipHostProps.aria-owns |
aria-placeholder? | string | Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format. | ITooltipHostProps.aria-placeholder |
aria-posinset? | number | Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See aria-setsize. | ITooltipHostProps.aria-posinset |
aria-pressed? | boolean | "true" | "false" | "mixed" | Indicates the current "pressed" state of toggle buttons. See - aria-checked - aria-selected. | ITooltipHostProps.aria-pressed |
aria-readonly? | Booleanish | Indicates that the element is not editable, but is otherwise operable. See aria-disabled. | ITooltipHostProps.aria-readonly |
aria-relevant? | | "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified. See aria-atomic. | ITooltipHostProps.aria-relevant |
aria-required? | Booleanish | Indicates that user input is required on the element before a form may be submitted. | ITooltipHostProps.aria-required |
aria-roledescription? | string | Defines a human-readable, author-localized description for the role of an element. | ITooltipHostProps.aria-roledescription |
aria-rowcount? | number | Defines the total number of rows in a table, grid, or treegrid. See aria-rowindex. | ITooltipHostProps.aria-rowcount |
aria-rowindex? | number | Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid. See - aria-rowcount - aria-rowspan. | ITooltipHostProps.aria-rowindex |
aria-rowspan? | number | Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid. See - aria-rowindex - aria-colspan. | ITooltipHostProps.aria-rowspan |
aria-selected? | Booleanish | Indicates the current "selected" state of various widgets. See - aria-checked - aria-pressed. | ITooltipHostProps.aria-selected |
aria-setsize? | number | Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM. See aria-posinset. | ITooltipHostProps.aria-setsize |
aria-sort? | "none" | "ascending" | "descending" | "other" | Indicates if items in a table or grid are sorted in ascending or descending order. | ITooltipHostProps.aria-sort |
aria-valuemax? | number | Defines the maximum allowed value for a range widget. | ITooltipHostProps.aria-valuemax |
aria-valuemin? | number | Defines the minimum allowed value for a range widget. | ITooltipHostProps.aria-valuemin |
aria-valuenow? | number | Defines the current value for a range widget. See aria-valuetext. | ITooltipHostProps.aria-valuenow |
aria-valuetext? | string | Defines the human readable text alternative of aria-valuenow for a range widget. | ITooltipHostProps.aria-valuetext |
autoCapitalize? | string | - | ITooltipHostProps.autoCapitalize |
autoCorrect? | string | - | ITooltipHostProps.autoCorrect |
autoSave? | string | - | ITooltipHostProps.autoSave |
calloutProps? | ICalloutProps | Additional properties to pass through for Callout. | ITooltipHostProps.calloutProps |
children? | ReactNode | - | ITooltipHostProps.children |
className? | string | Class name to apply to the tooltip itself, not the host. To apply a class to the host, use hostClassName or styles.root. | ITooltipHostProps.className |
closeDelay? | number | Number of milliseconds to delay closing the tooltip, so that the user has time to hover over the tooltip and interact with it. Hovering over the tooltip will count as hovering over the host, so that the tooltip will stay open if the user is actively interacting with it. | ITooltipHostProps.closeDelay |
color? | string | - | ITooltipHostProps.color |
componentRef? | IRefObject<ITooltipHost> | Optional callback to access the ITooltipHost interface. Use this instead of ref for accessing the public methods and properties of the component. | ITooltipHostProps.componentRef |
content? | string | Element | Element[] | Content to display in the Tooltip. | ITooltipHostProps.content |
contentEditable? | Booleanish | "inherit" | - | ITooltipHostProps.contentEditable |
contextMenu? | string | - | ITooltipHostProps.contextMenu |
dangerouslySetInnerHTML? | object | - | ITooltipHostProps.dangerouslySetInnerHTML |
dangerouslySetInnerHTML.__html | string | - | - |
datatype? | string | - | ITooltipHostProps.datatype |
defaultChecked? | boolean | - | ITooltipHostProps.defaultChecked |
defaultValue? | string | number | readonly string[] | - | ITooltipHostProps.defaultValue |
delay? | TooltipDelay | Length of delay before showing the tooltip on hover. Defaultvalue TooltipDelay.medium | ITooltipHostProps.delay |
dir? | string | - | ITooltipHostProps.dir |
directionalHint? | DirectionalHint | How the tooltip should be anchored to its targetElement. Defaultvalue DirectionalHint.topCenter | ITooltipHostProps.directionalHint |
directionalHintForRTL? | DirectionalHint | How the element should be positioned in RTL layouts. If not specified, a mirror of directionalHint will be used. | ITooltipHostProps.directionalHintForRTL |
draggable? | Booleanish | - | ITooltipHostProps.draggable |
hidden? | boolean | - | ITooltipHostProps.hidden |
hostClassName? | string | Class name to apply to tooltip host. | ITooltipHostProps.hostClassName |
iconProps? | object | Optional properties for the tooltip icon. Use iconName to choose an in-house glyph (see SpartanIconName) and className to style it. Remarks Kept as iconProps (with an iconName key) for backward compatibility; the glyph is now rendered by the in-house inline-SVG Icon, not a Fluent icon font. | - |
iconProps.className? | string | - | - |
iconProps.iconName? | string | - | - |
iconProps.style? | CSSProperties | - | - |
id? | string | Optional ID to pass through to the tooltip (not used on the host itself). Auto-generated if not provided. | ITooltipHostProps.id |
inlist? | any | - | ITooltipHostProps.inlist |
inputMode? | | "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | Hints at the type of data that might be entered by the user while editing the element or its contents See https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute | ITooltipHostProps.inputMode |
is? | string | Specify that a standard HTML element should behave like a defined custom built-in element See https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is | ITooltipHostProps.is |
itemID? | string | - | ITooltipHostProps.itemID |
itemProp? | string | - | ITooltipHostProps.itemProp |
itemRef? | string | - | ITooltipHostProps.itemRef |
itemScope? | boolean | - | ITooltipHostProps.itemScope |
itemType? | string | - | ITooltipHostProps.itemType |
lang? | string | - | ITooltipHostProps.lang |
onAbort? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onAbort |
onAbortCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onAbortCapture |
onAnimationEnd? | AnimationEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onAnimationEnd |
onAnimationEndCapture? | AnimationEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onAnimationEndCapture |
onAnimationIteration? | AnimationEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onAnimationIteration |
onAnimationIterationCapture? | AnimationEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onAnimationIterationCapture |
onAnimationStart? | AnimationEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onAnimationStart |
onAnimationStartCapture? | AnimationEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onAnimationStartCapture |
onAuxClick? | MouseEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onAuxClick |
onAuxClickCapture? | MouseEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onAuxClickCapture |
onBeforeInput? | FormEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onBeforeInput |
onBeforeInputCapture? | FormEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onBeforeInputCapture |
onBlur? | FocusEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onBlur |
onBlurCapture? | FocusEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onBlurCapture |
onCanPlay? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onCanPlay |
onCanPlayCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onCanPlayCapture |
onCanPlayThrough? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onCanPlayThrough |
onCanPlayThroughCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onCanPlayThroughCapture |
onChange? | FormEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onChange |
onChangeCapture? | FormEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onChangeCapture |
onClick? | MouseEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onClick |
onClickCapture? | MouseEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onClickCapture |
onCompositionEnd? | CompositionEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onCompositionEnd |
onCompositionEndCapture? | CompositionEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onCompositionEndCapture |
onCompositionStart? | CompositionEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onCompositionStart |
onCompositionStartCapture? | CompositionEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onCompositionStartCapture |
onCompositionUpdate? | CompositionEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onCompositionUpdate |
onCompositionUpdateCapture? | CompositionEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onCompositionUpdateCapture |
onContextMenu? | MouseEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onContextMenu |
onContextMenuCapture? | MouseEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onContextMenuCapture |
onCopy? | ClipboardEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onCopy |
onCopyCapture? | ClipboardEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onCopyCapture |
onCut? | ClipboardEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onCut |
onCutCapture? | ClipboardEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onCutCapture |
onDoubleClick? | MouseEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onDoubleClick |
onDoubleClickCapture? | MouseEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onDoubleClickCapture |
onDrag? | DragEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onDrag |
onDragCapture? | DragEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onDragCapture |
onDragEnd? | DragEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onDragEnd |
onDragEndCapture? | DragEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onDragEndCapture |
onDragEnter? | DragEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onDragEnter |
onDragEnterCapture? | DragEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onDragEnterCapture |
onDragExit? | DragEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onDragExit |
onDragExitCapture? | DragEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onDragExitCapture |
onDragLeave? | DragEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onDragLeave |
onDragLeaveCapture? | DragEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onDragLeaveCapture |
onDragOver? | DragEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onDragOver |
onDragOverCapture? | DragEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onDragOverCapture |
onDragStart? | DragEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onDragStart |
onDragStartCapture? | DragEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onDragStartCapture |
onDrop? | DragEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onDrop |
onDropCapture? | DragEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onDropCapture |
onDurationChange? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onDurationChange |
onDurationChangeCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onDurationChangeCapture |
onEmptied? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onEmptied |
onEmptiedCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onEmptiedCapture |
onEncrypted? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onEncrypted |
onEncryptedCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onEncryptedCapture |
onEnded? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onEnded |
onEndedCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onEndedCapture |
onError? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onError |
onErrorCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onErrorCapture |
onFocus? | FocusEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onFocus |
onFocusCapture? | FocusEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onFocusCapture |
onGotPointerCapture? | PointerEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onGotPointerCapture |
onGotPointerCaptureCapture? | PointerEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onGotPointerCaptureCapture |
onInput? | FormEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onInput |
onInputCapture? | FormEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onInputCapture |
onInvalid? | FormEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onInvalid |
onInvalidCapture? | FormEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onInvalidCapture |
onKeyDown? | KeyboardEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onKeyDown |
onKeyDownCapture? | KeyboardEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onKeyDownCapture |
onKeyPress? | KeyboardEventHandler<HTMLDivElement | TooltipHostBase> | Deprecated | ITooltipHostProps.onKeyPress |
onKeyPressCapture? | KeyboardEventHandler<HTMLDivElement | TooltipHostBase> | Deprecated | ITooltipHostProps.onKeyPressCapture |
onKeyUp? | KeyboardEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onKeyUp |
onKeyUpCapture? | KeyboardEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onKeyUpCapture |
onLoad? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onLoad |
onLoadCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onLoadCapture |
onLoadedData? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onLoadedData |
onLoadedDataCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onLoadedDataCapture |
onLoadedMetadata? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onLoadedMetadata |
onLoadedMetadataCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onLoadedMetadataCapture |
onLoadStart? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onLoadStart |
onLoadStartCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onLoadStartCapture |
onLostPointerCapture? | PointerEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onLostPointerCapture |
onLostPointerCaptureCapture? | PointerEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onLostPointerCaptureCapture |
onMouseDown? | MouseEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onMouseDown |
onMouseDownCapture? | MouseEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onMouseDownCapture |
onMouseEnter? | MouseEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onMouseEnter |
onMouseLeave? | MouseEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onMouseLeave |
onMouseMove? | MouseEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onMouseMove |
onMouseMoveCapture? | MouseEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onMouseMoveCapture |
onMouseOut? | MouseEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onMouseOut |
onMouseOutCapture? | MouseEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onMouseOutCapture |
onMouseOver? | MouseEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onMouseOver |
onMouseOverCapture? | MouseEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onMouseOverCapture |
onMouseUp? | MouseEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onMouseUp |
onMouseUpCapture? | MouseEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onMouseUpCapture |
onPaste? | ClipboardEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPaste |
onPasteCapture? | ClipboardEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPasteCapture |
onPause? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPause |
onPauseCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPauseCapture |
onPlay? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPlay |
onPlayCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPlayCapture |
onPlaying? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPlaying |
onPlayingCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPlayingCapture |
onPointerCancel? | PointerEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPointerCancel |
onPointerCancelCapture? | PointerEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPointerCancelCapture |
onPointerDown? | PointerEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPointerDown |
onPointerDownCapture? | PointerEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPointerDownCapture |
onPointerEnter? | PointerEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPointerEnter |
onPointerEnterCapture? | PointerEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPointerEnterCapture |
onPointerLeave? | PointerEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPointerLeave |
onPointerLeaveCapture? | PointerEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPointerLeaveCapture |
onPointerMove? | PointerEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPointerMove |
onPointerMoveCapture? | PointerEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPointerMoveCapture |
onPointerOut? | PointerEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPointerOut |
onPointerOutCapture? | PointerEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPointerOutCapture |
onPointerOver? | PointerEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPointerOver |
onPointerOverCapture? | PointerEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPointerOverCapture |
onPointerUp? | PointerEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPointerUp |
onPointerUpCapture? | PointerEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onPointerUpCapture |
onProgress? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onProgress |
onProgressCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onProgressCapture |
onRateChange? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onRateChange |
onRateChangeCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onRateChangeCapture |
onReset? | FormEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onReset |
onResetCapture? | FormEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onResetCapture |
onScroll? | UIEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onScroll |
onScrollCapture? | UIEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onScrollCapture |
onSeeked? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onSeeked |
onSeekedCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onSeekedCapture |
onSeeking? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onSeeking |
onSeekingCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onSeekingCapture |
onSelect? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onSelect |
onSelectCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onSelectCapture |
onStalled? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onStalled |
onStalledCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onStalledCapture |
onSubmit? | FormEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onSubmit |
onSubmitCapture? | FormEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onSubmitCapture |
onSuspend? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onSuspend |
onSuspendCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onSuspendCapture |
onTimeUpdate? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onTimeUpdate |
onTimeUpdateCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onTimeUpdateCapture |
onTouchCancel? | TouchEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onTouchCancel |
onTouchCancelCapture? | TouchEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onTouchCancelCapture |
onTouchEnd? | TouchEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onTouchEnd |
onTouchEndCapture? | TouchEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onTouchEndCapture |
onTouchMove? | TouchEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onTouchMove |
onTouchMoveCapture? | TouchEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onTouchMoveCapture |
onTouchStart? | TouchEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onTouchStart |
onTouchStartCapture? | TouchEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onTouchStartCapture |
onTransitionEnd? | TransitionEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onTransitionEnd |
onTransitionEndCapture? | TransitionEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onTransitionEndCapture |
onVolumeChange? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onVolumeChange |
onVolumeChangeCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onVolumeChangeCapture |
onWaiting? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onWaiting |
onWaitingCapture? | ReactEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onWaitingCapture |
onWheel? | WheelEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onWheel |
onWheelCapture? | WheelEventHandler<HTMLDivElement | TooltipHostBase> | - | ITooltipHostProps.onWheelCapture |
overflowMode? | TooltipOverflowMode | If this is unset (the default), the tooltip is always shown even if there's no overflow. If set, only show the tooltip if the specified element (Self or Parent) has overflow. When set to Parent, the parent element is also used as the tooltip's target element. Note that even with Self mode, the TooltipHost does not check whether any children have overflow. | ITooltipHostProps.overflowMode |
placeholder? | string | - | ITooltipHostProps.placeholder |
prefix? | string | - | ITooltipHostProps.prefix |
property? | string | - | ITooltipHostProps.property |
radioGroup? | string | - | ITooltipHostProps.radioGroup |
resource? | string | - | ITooltipHostProps.resource |
results? | number | - | ITooltipHostProps.results |
role? | AriaRole | - | ITooltipHostProps.role |
security? | string | - | ITooltipHostProps.security |
setAriaDescribedBy? | boolean | Whether or not to mark the TooltipHost root element as described by the tooltip. Since this applies aria-describedby to a generic , the description will not be read by screen readers. Instead, the caller should pass an id to the TooltipHost (to be passed through to the Tooltip) and mark the appropriate element as aria-describedby with the id. Defaultvalue true Deprecated use aria-describedby on the appropriate element instead | ITooltipHostProps.setAriaDescribedBy |
slot? | string | - | ITooltipHostProps.slot |
spellCheck? | Booleanish | - | ITooltipHostProps.spellCheck |
style? | CSSProperties | - | ITooltipHostProps.style |
styles? | IStyleFunctionOrObject<ITooltipHostStyleProps, ITooltipHostStyles> | Call to provide customized styling that will layer on top of the variant rules. | ITooltipHostProps.styles |
suppressContentEditableWarning? | boolean | - | ITooltipHostProps.suppressContentEditableWarning |
suppressHydrationWarning? | boolean | - | ITooltipHostProps.suppressHydrationWarning |
tabIndex? | number | - | ITooltipHostProps.tabIndex |
theme? | ITheme | Theme provided by higher-order component. | ITooltipHostProps.theme |
title? | string | - | ITooltipHostProps.title |
tooltipProps? | ITooltipProps | Additional properties to pass through for Tooltip. | ITooltipHostProps.tooltipProps |
translate? | "no" | "yes" | - | ITooltipHostProps.translate |
typeof? | string | - | ITooltipHostProps.typeof |
unselectable? | "off" | "on" | - | ITooltipHostProps.unselectable |
variant? | "warning" | "default" | "primary" | Visual variant of the tooltip icon. Remarks The variant controls the icon color and emphasis via SCSS module classes. Default 'default' | - |
vocab? | string | - | ITooltipHostProps.vocab |