supervision-js
Preparing search index...
Styles
BasePolygonStyleOptions
Interface BasePolygonStyleOptions
interface
BasePolygonStyleOptions
{
fill
?:
DetectionStyleValue
<
Partial
<
BoxFillStyle
>
|
null
,
AnnotationStyleContext
,
>
;
shouldRender
?:
DetectionStylePredicate
<
AnnotationStyleContext
>
;
stroke
?:
DetectionStyleValue
<
Partial
<
BoxStrokeStyle
>
|
null
,
AnnotationStyleContext
,
>
;
}
Index
Properties
fill?
should
Render?
stroke?
Properties
Optional
Readonly
fill
fill
?:
DetectionStyleValue
<
Partial
<
BoxFillStyle
>
|
null
,
AnnotationStyleContext
>
Optional
Readonly
should
Render
shouldRender
?:
DetectionStylePredicate
<
AnnotationStyleContext
>
Optional
Readonly
stroke
stroke
?:
DetectionStyleValue
<
Partial
<
BoxStrokeStyle
>
|
null
,
AnnotationStyleContext
,
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fill
should
Render
stroke
supervision-js
Loading...