tyrian.cmds

package tyrian.cmds

Members list

Type members

Classlikes

object Dom

Dom utilities

Dom utilities

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Dom.type
object Download

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Download.type
object File

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
File.type
object FileReader

Given the id of a file input field that has had a file selected, this Cmd will read either raw bytes, an image or text file to return a IArray[Byte] or an HTMLImageElement or String respectively.

Given the id of a file input field that has had a file selected, this Cmd will read either raw bytes, an image or text file to return a IArray[Byte] or an HTMLImageElement or String respectively.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
FileReader.type
object ImageLoader

Given a path, this cmd will load an image and return an HTMLImageElement for you to make use of.

Given a path, this cmd will load an image and return an HTMLImageElement for you to make use of.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object LocalStorage

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object Logger

A very, very simple logger that logs to the Browsers console with a few standard headers and the log message.

A very, very simple logger that logs to the Browsers console with a few standard headers and the log message.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Logger.type
object Random

Generate random values.

Generate random values.

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Random.type

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
case NextInt
case NextLong
case NextFloat
case NextDouble
case NextShuffle[A]
Show all