Interface CompletionOptions

interface CompletionOptions {
    matches?: Completion[];
}

Properties

Properties

matches?: Completion[]

Generated using TypeDoc