Theia API Documentation v1.65.0
    Preparing search index...
    interface ProfileContentHandler {
        name: string;
        readProfile(uri: Uri, token: CancellationToken): Thenable<null | string>;
        saveProfile(
            name: string,
            content: string,
            token: CancellationToken,
        ): Thenable<null | Uri>;
    }
    Index

    Properties

    Methods

    Properties

    name: string

    Methods