Theia API Documentation v1.69.0
    Preparing search index...

    A fully resolved image context variable with all data present.

    interface ResolvedImageContextVariable {
        data: string;
        mimeType: string;
        name?: string;
        wsRelativePath?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    data: string

    Base64-encoded image data. Optional for path-based references that are resolved on-demand.

    mimeType: string

    MIME type of the image. Optional for path-based references that are resolved on-demand.

    name?: string
    wsRelativePath?: string