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

    Data stored for a pending image attachment.

    interface PendingImageData {
        fullArg: string;
        imageVariable: ImageContextVariable;
    }
    Index

    Properties

    fullArg: string

    The full argument string (JSON) for the image variable.

    imageVariable: ImageContextVariable

    The parsed image variable data including base64 content.