Interface AutocompleteOptions

interface AutocompleteOptions {
    isKeyword?: boolean;
}

Properties

Properties

isKeyword?: boolean