supervision-js
Preparing search index...
Styles
InteractionStyle
Interface InteractionStyle
Presentation contract for hover and selected detection highlights.
interface
InteractionStyle
{
resolve
(
detection
:
Detection
,
context
:
InteractionStyleContext
,
)
:
InteractionPresentation
|
undefined
;
}
Implemented by
BaseInteractionStyle
Index
Methods
resolve
Methods
resolve
resolve
(
detection
:
Detection
,
context
:
InteractionStyleContext
,
)
:
InteractionPresentation
|
undefined
Parameters
detection
:
Detection
context
:
InteractionStyleContext
Returns
InteractionPresentation
|
undefined
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
resolve
supervision-js
Loading...
Presentation contract for hover and selected detection highlights.