NotebookDocumentContentOptions$Typings extension

on

Properties

transientCellMetadata Object?

Available on NotebookDocumentContentOptions, provided by the NotebookDocumentContentOptions$Typings extension

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.
getter/setter pair
transientDocumentMetadata Object?

Available on NotebookDocumentContentOptions, provided by the NotebookDocumentContentOptions$Typings extension

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.
getter/setter pair
transientOutputs bool?

Available on NotebookDocumentContentOptions, provided by the NotebookDocumentContentOptions$Typings extension

Controls if output change events 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 the outputs in the file document, this should be set to true.
getter/setter pair