SnippetBlob

object SnippetBlob
class Object
trait Matchable
class Any

Value members

Concrete methods

def binary: SelectionBuilder[SnippetBlob, Boolean]

Shows whether the blob is binary.

Shows whether the blob is binary.

def externalStorage: SelectionBuilder[SnippetBlob, Option[String]]

Blob external storage.

Blob external storage.

def mode: SelectionBuilder[SnippetBlob, Option[String]]

Blob mode.

Blob mode.

def name: SelectionBuilder[SnippetBlob, Option[String]]

Blob name.

Blob name.

def path: SelectionBuilder[SnippetBlob, Option[String]]

Blob path.

Blob path.

def plainData: SelectionBuilder[SnippetBlob, Option[String]]

Blob plain highlighted data.

Blob plain highlighted data.

def rawPath: SelectionBuilder[SnippetBlob, String]

Blob raw content endpoint path.

Blob raw content endpoint path.

def renderedAsText: SelectionBuilder[SnippetBlob, Boolean]

Shows whether the blob is rendered as text.

Shows whether the blob is rendered as text.

def richData: SelectionBuilder[SnippetBlob, Option[String]]

Blob highlighted data.

Blob highlighted data.

def richViewer[A](innerSelection: SelectionBuilder[SnippetBlobViewer, A]): SelectionBuilder[SnippetBlob, Option[A]]

Blob content rich viewer.

Blob content rich viewer.

def simpleViewer[A](innerSelection: SelectionBuilder[SnippetBlobViewer, A]): SelectionBuilder[SnippetBlob, A]

Blob content simple viewer.

Blob content simple viewer.

def size: SelectionBuilder[SnippetBlob, Int]

Blob size.

Blob size.