supervision-js
    Preparing search index...

    Interface InteractionStyle

    Presentation contract for hover and selected detection highlights.

    interface InteractionStyle {
        resolve(
            detection: Detection,
            context: InteractionStyleContext,
        ): InteractionPresentation | undefined;
    }

    Implemented by

    Index