Member Junction
    Preparing search index...

    Event emitted when a cell is clicked

    interface MatrixCellClickEvent {
        status: string;
        suiteRunId: string;
        testId: string;
        testName: string;
        testRunId: string;
    }
    Index

    Properties

    status: string
    suiteRunId: string
    testId: string
    testName: string
    testRunId: string