torque-pro-assistant - v1.0.0
    Preparing search index...
    interface PidPickerProps {
        onChange: (next: readonly string[]) => void;
        onClose: () => void;
        opened: boolean;
        selectedPids: readonly string[];
        testId?: string;
    }
    Index

    Properties

    onChange: (next: readonly string[]) => void
    onClose: () => void
    opened: boolean
    selectedPids: readonly string[]
    testId?: string