supervision-js
    Preparing search index...

    Interface BasePolylineStyleOptions

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