Theia API Documentation v1.65.0
    Preparing search index...
    interface ImageContextVariable {
        data: string;
        mimeType: string;
        name?: string;
        wsRelativePath?: string;
    }
    Index

    Properties

    data: string
    mimeType: string
    name?: string
    wsRelativePath?: string