supervision-js
    Preparing search index...

    Interface BasePolygonStyleOptions

    interface BasePolygonStyleOptions {
        fill?: DetectionStyleValue<
            Partial<BoxFillStyle>
            | null,
            AnnotationStyleContext,
        >;
        shouldRender?: DetectionStylePredicate<AnnotationStyleContext>;
        stroke?: DetectionStyleValue<
            Partial<BoxStrokeStyle>
            | null,
            AnnotationStyleContext,
        >;
    }
    Index
    fill?: DetectionStyleValue<Partial<BoxFillStyle> | null, AnnotationStyleContext>
    shouldRender?: DetectionStylePredicate<AnnotationStyleContext>
    stroke?: DetectionStyleValue<
        Partial<BoxStrokeStyle>
        | null,
        AnnotationStyleContext,
    >