Theia API Documentation v1.65.0
    Preparing search index...
    interface ImageMessage {
        actor: "user" | "ai";
        image: ImageContent;
        type: "image";
    }
    Index

    Properties

    Properties

    actor: "user" | "ai"
    type: "image"