S1

langoustine.lsp.aliases.NotebookDocumentFilter.S1
See theS1 companion object
case class S1(notebookType: Opt[String], scheme: String, pattern: Opt[String])

Value parameters

notebookType

The type of the enclosing notebook.

pattern

A glob pattern.

scheme

A Uri [[Uri.scheme scheme]], like file or untitled.

Attributes

Companion
object
Source
aliases.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product