Record

complete-result

record complete-result {
  meta: option​<meta>,
  has-more: option​<bool>,
  total: option​<u64>,
  values: list​<string>,
}

Fields

NameTypeDescription
metaoption​<meta>
has-moreoption​<bool>

Whether more results are available

totaloption​<u64>

Total number of completions available

valueslist​<string>

Completion values