transientDocumentMetadata property
Object?
get
transientDocumentMetadata
Controls if a document metadata property change event will trigger notebook document content change event and if it will be used in the diff editor, defaults to false. If the content provider doesn't persist a metadata property in the file document, it should be set to true.
Implementation
_i2.Object? get transientDocumentMetadata => _i5.getProperty(
this,
'transientDocumentMetadata',
);
set
transientDocumentMetadata
(Object? value)
Implementation
set transientDocumentMetadata(_i2.Object? value) {
_i5.setProperty(
this,
'transientDocumentMetadata',
value ?? _i6.undefined,
);
}