Theia API Documentation v1.65.0
    Preparing search index...
    interface QuickAccessProviderHelp {
        description: string;
        needsEditor: boolean;
        prefix?: string;
    }
    Index

    Properties

    description: string
    needsEditor: boolean
    prefix?: string