supervision-js
    Preparing search index...

    Interface BasePolygonStyleOptions

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