struct LSP::NotebookDocumentFilter
- LSP::NotebookDocumentFilter
- Struct
- Value
- Object
Overview
A notebook document filter denotes a notebook document by different properties.
Included Modules
- JSON::Serializable
Defined in:
lsp/notebook_filter.crConstructors
Instance Method Summary
- #notebook_type : String | Nil
- #notebook_type=(notebook_type : String | Nil)
-
#pattern : String | Nil
A glob pattern.
-
#pattern=(pattern : String | Nil)
A glob pattern.
-
#scheme : String | Nil
A Uri scheme, like
fileoruntitled. -
#scheme=(scheme : String | Nil)
A Uri scheme, like
fileoruntitled.