Theia API Documentation v1.65.0
    Preparing search index...
    interface SchemaUpdateMessage {
        deferred: Deferred<boolean>;
        key: string;
        schema?: IJSONSchema;
    }
    Index

    Properties

    Properties

    deferred: Deferred<boolean>
    key: string
    schema?: IJSONSchema