Type alias GatherCompletionRecord

GatherCompletionRecord: {
    finished: boolean;
    matches: Ace.Completion[];
    prefix: string;
}

Type declaration

Generated using TypeDoc