supervision-js
    Preparing search index...

    Interface FocusDrawInstruction

    interface FocusDrawInstruction {
        fill: FocusFillStyle;
        targets: readonly DetectionPickResult[];
        targetMode?: FocusTargetMode;
        fallback?: FocusFallbackStyle;
        ambient?: boolean;
    }
    Index
    targets: readonly DetectionPickResult[]
    targetMode?: FocusTargetMode
    ambient?: boolean