Trading Assistant API Documentation - v0.1.0
    Preparing search index...
    interface QualityGatesProps {
        userId: string;
        variant?: "compact" | "expanded";
        filter?: "all" | "passed" | "failed";
        maxSymbols?: number;
        refreshInterval?: number;
        onSymbolClick?: (symbol: QualityGateSymbol) => void;
    }
    Index

    Properties

    userId: string
    variant?: "compact" | "expanded"
    filter?: "all" | "passed" | "failed"
    maxSymbols?: number
    refreshInterval?: number
    onSymbolClick?: (symbol: QualityGateSymbol) => void