@logixjs/core
    Preparing search index...

    Interface TrialRunArtifactExporter

    interface TrialRunArtifactExporter {
        artifactKey: string;
        export: (ctx: TrialRunArtifactInspectionContext) => JsonValue | undefined;
        exporterId: string;
    }
    Index

    Properties

    artifactKey: string
    export: (ctx: TrialRunArtifactInspectionContext) => JsonValue | undefined
    exporterId: string