@tikoci/centrs
Preparing search index...
InspectCompletionItem
Interface InspectCompletionItem
A row from
request=completion
: a candidate token for a path/argument.
interface
InspectCompletionItem
{
completion
?:
string
;
name
?:
string
;
text
?:
string
;
type
?:
string
;
value
?:
string
;
}
Index
Properties
completion?
name?
text?
type?
value?
Properties
Optional
completion
completion
?:
string
Optional
name
name
?:
string
Optional
text
text
?:
string
Optional
type
type
?:
string
Optional
value
value
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
completion
name
text
type
value
@tikoci/centrs
Loading...
A row from
request=completion: a candidate token for a path/argument.