Theia API Documentation v1.65.0
    Preparing search index...
    interface CellOutput {
        metadata?: Record<string, unknown>;
        outputId: string;
        outputs: CellOutputItem[];
    }
    Index

    Properties

    metadata?: Record<string, unknown>
    outputId: string
    outputs: CellOutputItem[]