supervision-js
Preparing search index...
Styles
RegionRendererTarget
Interface RegionRendererTarget
Selects detections consumed by a region renderer. All configured fields match.
interface
RegionRendererTarget
{
id
?:
RegionRendererTargetValue
;
className
?:
string
|
readonly
string
[]
;
sourceId
?:
string
|
readonly
string
[]
;
resolve
?:
(
detection
:
Detection
,
context
:
AnnotationStyleContext
,
)
=>
boolean
;
}
Index
Properties
id?
class
Name?
source
Id?
resolve?
Properties
Optional
Readonly
id
id
?:
RegionRendererTargetValue
Optional
Readonly
class
Name
className
?:
string
|
readonly
string
[]
Optional
Readonly
source
Id
sourceId
?:
string
|
readonly
string
[]
Optional
Readonly
resolve
resolve
?:
(
detection
:
Detection
,
context
:
AnnotationStyleContext
)
=>
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
class
Name
source
Id
resolve
supervision-js
Loading...
Selects detections consumed by a region renderer. All configured fields match.