pattern property

Object? get pattern

A {@link GlobPatternglob pattern} that is matched on the absolute path of the document. Use a {@link RelativePatternrelative pattern} to filter documents to a {@link WorkspaceFolderworkspace folder}.

Implementation

_i2.Object? get pattern => _i5.getProperty(
      this,
      'pattern',
    );