triggerCharacter property
String?
get
triggerCharacter
Character that triggered the completion item provider.
undefined
if the provider was not triggered by a character.
The trigger character is already in the document when the completion provider is triggered.
Implementation
_i2.String? get triggerCharacter => _i5.getProperty(
this,
'triggerCharacter',
);