transientCellMetadata property
Object?
get
transientCellMetadata
Controls if a cell metadata property change event will trigger notebook document content change events 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 transientCellMetadata => _i5.getProperty(
this,
'transientCellMetadata',
);
set
transientCellMetadata
(Object? value)
Implementation
set transientCellMetadata(_i2.Object? value) {
_i5.setProperty(
this,
'transientCellMetadata',
value ?? _i6.undefined,
);
}