S0

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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product