supervision-js
    Preparing search index...

    Interface BaseInteractionStyleOptions

    interface BaseInteractionStyleOptions {
        hovered?: InteractionPresentation | null;
        selected?: InteractionPresentation | null;
        shouldRender?: DetectionStylePredicate<InteractionStyleContext>;
    }
    Index
    hovered?: InteractionPresentation | null

    Presentation applied to hovered detections. Uses the same style objects as the base renderer presentation.

    selected?: InteractionPresentation | null

    Presentation applied to selected detections. Uses the same style objects as the base renderer presentation.

    Return false to skip rendering an interaction highlight.