Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IEditorHoverOptions

Configuration options for editor hover

Hierarchy

  • IEditorHoverOptions

Index

Properties

Properties

Optional delay

delay: number

Delay for showing the hover. Defaults to 300.

Optional enabled

enabled: boolean

Enable the hover. Defaults to true.

Optional sticky

sticky: boolean

Is the hover sticky such that it can be clicked and its contents selected? Defaults to true.

Generated using TypeDoc