SandboxValue

zio.http.Header.ContentSecurityPolicy.SandboxValue
See theSandboxValue companion trait
object SandboxValue

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object AllowForms extends SandboxValue

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SandboxValue
class Object
trait Matchable
class Any
Show all
Self type
AllowForms.type
case object AllowModals extends SandboxValue

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SandboxValue
class Object
trait Matchable
class Any
Show all
Self type
case object AllowOrientationLock extends SandboxValue

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SandboxValue
class Object
trait Matchable
class Any
Show all
Self type
case object AllowPointerLock extends SandboxValue

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SandboxValue
class Object
trait Matchable
class Any
Show all
Self type
case object AllowPopups extends SandboxValue

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SandboxValue
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SandboxValue
class Object
trait Matchable
class Any
Show all
Self type
case object AllowPresentation extends SandboxValue

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SandboxValue
class Object
trait Matchable
class Any
Show all
Self type
case object AllowSameOrigin extends SandboxValue

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SandboxValue
class Object
trait Matchable
class Any
Show all
Self type
case object AllowScripts extends SandboxValue

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SandboxValue
class Object
trait Matchable
class Any
Show all
Self type
case object AllowTopNavigation extends SandboxValue

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SandboxValue
class Object
trait Matchable
class Any
Show all
Self type
case object Empty extends SandboxValue

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SandboxValue
class Object
trait Matchable
class Any
Show all
Self type
Empty.type
final case class Sequence(left: SandboxValue, right: SandboxValue) extends SandboxValue

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SandboxValue
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def parse(value: String): Option[SandboxValue]
def render(value: SandboxValue): String