View source
typedef NotebookCellTextDocumentFilter
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
A notebook cell text document filter denotes a cell text document by different properties.
Available since
3.17.0
.Fields
notebook:EitherType<String, NotebookDocumentFilter>
A filter that matches against the notebook containing the notebook cell. If a string value is provided it matches against the notebook type. '*' matches every notebook.
optionallanguage:Null<String>
A language id like python
.
Will be matched against the language id of the notebook cell document. '*' matches every language.