CSandboxAllow enum

Enumerations set specifying the allowed actions within the embedded web view when the compile target is web.

Inheritance

Constructors

CSandboxAllow(String sandbox)
const

Values

forms → const CSandboxAllow
const CSandboxAllow("allow-forms")
modals → const CSandboxAllow
const CSandboxAllow("allow-modals")
orientationLock → const CSandboxAllow
const CSandboxAllow("allow-orientation-lock")
pointerLock → const CSandboxAllow
const CSandboxAllow("allow-pointer-lock")
popups → const CSandboxAllow
const CSandboxAllow("allow-popups")
popupsToEscapeSandbox → const CSandboxAllow
const CSandboxAllow("allow-popups-to-escape-sandbox")
presentation → const CSandboxAllow
const CSandboxAllow("allow-presentation")
sameOrigin → const CSandboxAllow
const CSandboxAllow("allow-same-origin")
scripts → const CSandboxAllow
const CSandboxAllow("allow-scripts")
topNavigation → const CSandboxAllow
const CSandboxAllow("allow-top-navigation")
topNavigationByUserActivation → const CSandboxAllow
const CSandboxAllow("allow-top-navigation-by-user-activation")

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sandbox String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<CSandboxAllow>
A constant List of the values in this enum, in order of their declaration.