IVZInteractable.SetHover

Syntax

SetHover(hoverItemId: String; doNotify: Boolean);

Parameters

hoverItemId. Identifier of the element, for which it is required to set highlighting.

doNotify. Indicates whether the IVZInteractableEvents.OnChangedHover event that occurs on changing element highlighting.

Description

The SetHover method sets element highlighting.

Comments

Available values of the doNotify parameter:

See also:

IVZInteractable