Interface ProfileContentHandler

interface ProfileContentHandler {
    name: string;
    readProfile(uri, token): Thenable<null | string>;
    saveProfile(name, content, token): Thenable<null | Uri>;
}

Properties

Methods

Properties

name: string

Methods