supervision-js
    Preparing search index...

    Interface FocusDrawInstruction

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