Ace API Reference
    Preparing search index...

    Type Alias GatherCompletionRecord

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

    Properties

    finished: boolean
    matches: Ace.Completion[]
    prefix: string