Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 945 Bytes

File metadata and controls

16 lines (11 loc) · 945 Bytes

LinkHighlightingMode

Enumerates the annotation’s highlighting mode, the visual effect to be used when the mouse button is pressed or held down inside its active area.

Enum

Name Type Value Description
NONE str "None" No highlighting.
INVERT str "Invert" Invert the contents of the annotation rectangle.
OUTLINE str "Outline" Invert the annotation’s border.
PUSH str "Push" Display the annotation’s down appearance, if any. If no down appearance is defined, offset the contents of the annotation rectangle to appear as if it were being pushed below the surface of the page.
TOGGLE str "Toggle" Same as Push (which is preferred).

[Back to Model list] [Back to API list] [Back to README]