supervision-js
    Preparing search index...

    Interface InteractionPresentation

    State-specific presentation applied only to the active interaction target.

    These are the same renderer-neutral style contracts used by the base presentation. Interaction state should not invent a separate primitive or force mask interactions through rectangular box highlights.

    interface InteractionPresentation {
        boxStyle?: BoxStyle | null;
        keypointStyle?: KeypointStyle | null;
        labelStyle?: LabelStyle | null;
        maskStyle?: MaskStyle | null;
        polygonStyle?: PolygonStyle | null;
        polylineStyle?: PolylineStyle | null;
    }
    Index
    boxStyle?: BoxStyle | null
    keypointStyle?: KeypointStyle | null
    labelStyle?: LabelStyle | null
    maskStyle?: MaskStyle | null
    polygonStyle?: PolygonStyle | null
    polylineStyle?: PolylineStyle | null