Theia API Documentation v1.75.0
    Preparing search index...
    interface RemoveOptions {
        message: (details: { description?: string; type?: string }) => string;
        title: string;
    }
    Index

    Properties

    Properties

    message: (details: { description?: string; type?: string }) => string

    Builds the confirmation text. type is where the customization lives (e.g. "Prompt Templates Folder") and description identifies it concretely (e.g. the file URI); either can be unavailable.

    title: string