Interface CompletionOptions

interface CompletionOptions {
    matches?: Ace.Completion[];
}

Properties

Properties

matches?: Ace.Completion[]

Generated using TypeDoc