struct LSP::NotebookSelector
- LSP::NotebookSelector
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/notebook_document.crConstructors
Instance Method Summary
-
#cells : Array(NamedTuple(language: String))
The cells of the matching notebook to be synced.
-
#cells=(cells : Array(NamedTuple(language: String)))
The cells of the matching notebook to be synced.
-
#notebook : String | NotebookDocumentFilter | Nil
The notebook to be synced If a string value is provided it matches against the notebook type.
-
#notebook=(notebook : String | NotebookDocumentFilter | Nil)
The notebook to be synced If a string value is provided it matches against the notebook type.
Constructor Detail
Instance Method Detail
def cells=(cells : Array(NamedTuple(language: String)))
#
The cells of the matching notebook to be synced.
def notebook : String | NotebookDocumentFilter | Nil
#
The notebook to be synced If a string value is provided it matches against the notebook type. '*' matches every notebook.
def notebook=(notebook : String | NotebookDocumentFilter | Nil)
#
The notebook to be synced If a string value is provided it matches against the notebook type. '*' matches every notebook.