supervision-js
Preparing search index...
Styles
BaseMarkerStyleOptions
Interface BaseMarkerStyleOptions
interface
BaseMarkerStyleOptions
{
center
?:
DetectionStyleValue
<
Point
|
undefined
,
AnnotationStyleContext
>
;
shape
?:
DetectionStyleValue
<
MarkerShape
,
AnnotationStyleContext
>
;
size
?:
DetectionStyleValue
<
number
,
AnnotationStyleContext
>
;
sizeSpace
?:
DetectionStyleValue
<
MarkerSizeSpace
,
AnnotationStyleContext
>
;
rotation
?:
DetectionStyleValue
<
number
|
undefined
,
AnnotationStyleContext
>
;
fill
?:
DetectionStyleValue
<
Partial
<
FillStyle
>
|
null
,
AnnotationStyleContext
,
>
;
stroke
?:
DetectionStyleValue
<
Partial
<
StrokeStyle
>
|
null
,
AnnotationStyleContext
,
>
;
shouldRender
?:
DetectionStylePredicate
<
AnnotationStyleContext
>
;
}
Index
Properties
center?
shape?
size?
size
Space?
rotation?
fill?
stroke?
should
Render?
Properties
Optional
Readonly
center
center
?:
DetectionStyleValue
<
Point
|
undefined
,
AnnotationStyleContext
>
Optional media-space anchor. The default is the detection-rect center.
Optional
Readonly
shape
shape
?:
DetectionStyleValue
<
MarkerShape
,
AnnotationStyleContext
>
Optional
Readonly
size
size
?:
DetectionStyleValue
<
number
,
AnnotationStyleContext
>
Optional
Readonly
size
Space
sizeSpace
?:
DetectionStyleValue
<
MarkerSizeSpace
,
AnnotationStyleContext
>
Optional
Readonly
rotation
rotation
?:
DetectionStyleValue
<
number
|
undefined
,
AnnotationStyleContext
>
Optional
Readonly
fill
fill
?:
DetectionStyleValue
<
Partial
<
FillStyle
>
|
null
,
AnnotationStyleContext
>
Optional
Readonly
stroke
stroke
?:
DetectionStyleValue
<
Partial
<
StrokeStyle
>
|
null
,
AnnotationStyleContext
,
>
Optional
Readonly
should
Render
shouldRender
?:
DetectionStylePredicate
<
AnnotationStyleContext
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
center
shape
size
size
Space
rotation
fill
stroke
should
Render
supervision-js
Loading...
Optional media-space anchor. The default is the detection-rect center.