SnippetBlobViewer

class Object
trait Matchable
class Any

Value members

Concrete methods

def `type`: SelectionBuilder[SnippetBlobViewer, BlobViewersType]

Type of blob viewer.

Type of blob viewer.

def collapsed: SelectionBuilder[SnippetBlobViewer, Boolean]

Shows whether the blob should be displayed collapsed.

Shows whether the blob should be displayed collapsed.

def fileType: SelectionBuilder[SnippetBlobViewer, String]

Content file type.

Content file type.

def loadAsync: SelectionBuilder[SnippetBlobViewer, Boolean]

Shows whether the blob content is loaded asynchronously.

Shows whether the blob content is loaded asynchronously.

def loadingPartialName: SelectionBuilder[SnippetBlobViewer, String]

Loading partial name.

Loading partial name.

def renderError: SelectionBuilder[SnippetBlobViewer, Option[String]]

Error rendering the blob content.

Error rendering the blob content.

def tooLarge: SelectionBuilder[SnippetBlobViewer, Boolean]

Shows whether the blob is too large to be displayed.

Shows whether the blob is too large to be displayed.