Theia API Documentation v1.75.0
    Preparing search index...
    interface AiConfigurationRenderContext {
        scope: AiConfigurationScope;
        navigate(selection: AiConfigurationSelection): void;
        update(): void;
    }
    Index

    Properties

    Methods

    Properties

    Scope the rows read from and write to. Always user for now; per-scope editing is not wired up yet.

    Methods