Private
constructorReadonly
valueThe raw string value of the kind.
Static
Readonly
EmptyCreate a new kind by appending additional scopes to the current kind.
Does not modify the current kind.
Rest
...parts: string[]Checks if other
is a sub-kind of this DocumentDropOrPasteEditKind
.
The kind "text.plain"
for example contains "text.plain"
and "text.plain.list"
,
but not "text"
or "unicorn.text.plain"
.
Kind to check.
Checks if this kind intersects other
.
The kind "text.plain"
for example intersects text
, "text.plain"
and "text.plain.list"
,
but not "unicorn"
, or "textUnicorn.plain"
.
Kind to check.
Identifies a
DocumentDropEdit
orDocumentPasteEdit