supervision-js
Preparing search index...
Styles
DetectionStylePredicate
Type Alias DetectionStylePredicate<TContext>
DetectionStylePredicate
:
(
detection
:
Detection
,
context
:
TContext
)
=>
boolean
Predicate used by base styles to include or skip a detection.
Type Parameters
TContext
Type Declaration
(
detection
:
Detection
,
context
:
TContext
)
:
boolean
Parameters
detection
:
Detection
context
:
TContext
Returns
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
supervision-js
Loading...
Predicate used by base styles to include or skip a detection.