Member Junction
    Preparing search index...

    Result of the most recent test harness execution for this component. Only applicable to embedded components (not registry components).

    interface ComponentTestResult {
        errorSummary?: string;
        status: "passed" | "failed";
        timestamp: Date;
    }
    Index

    Properties

    errorSummary?: string

    If failed, a brief description of what went wrong

    status: "passed" | "failed"

    Overall result of the test

    timestamp: Date

    When the test was run (UTC)