Member Junction
    Preparing search index...

    Interface MatrixColumnClickEvent

    Event emitted when a column header (suite run) is clicked

    interface MatrixColumnClickEvent {
        date: Date;
        suiteRunId: string;
        tags: string[];
    }
    Index

    Properties

    Properties

    date: Date
    suiteRunId: string
    tags: string[]