NotebookDocumentFilter

class Object
trait Matchable
class Any

Type members

Classlikes

case class S0(notebookType: String, scheme: Opt[String], pattern: Opt[String])
Value parameters:
notebookType

The type of the enclosing notebook.

pattern

A glob pattern.

scheme

A Uri scheme, like file or untitled.

Companion:
object
Source:
aliases.scala
object S0
Companion:
class
Source:
aliases.scala
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 scheme, like file or untitled.

Companion:
object
Source:
aliases.scala
object S1
Companion:
class
Source:
aliases.scala
case class S2(notebookType: Opt[String], scheme: Opt[String], pattern: String)
Value parameters:
notebookType

The type of the enclosing notebook.

pattern

A glob pattern.

scheme

A Uri scheme, like file or untitled.

Companion:
object
Source:
aliases.scala
object S2
Companion:
class
Source:
aliases.scala

Value members

Concrete methods