@gmb/bitmark-parser - v7.2.0
Preparing search index...
CompletionItemData
Type Alias CompletionItemData
CompletionItemData
:
|
{
deprecated
?:
string
;
id
:
number
;
kind
:
"bit"
;
migrateTo
?:
string
;
name
:
string
;
}
|
{
kind
:
"tag"
;
tag
:
CompactTagInfo
}
|
{
kind
:
"value"
;
tag
:
string
;
value
:
string
}
|
{
key
:
string
;
kind
:
"attr"
;
takesValue
:
boolean
;
values
?:
string
[]
}
|
null
What a completion item carries in LSP's
data
slot.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@gmb/bitmark-parser - v7.2.0
Loading...
What a completion item carries in LSP's
dataslot.