WebBrowserIFrameSettings class

Settings for iframes.

Constructors

WebBrowserIFrameSettings({WebBrowserFeaturePolicy? allow, Csp? csp, String? height, String? importance, String? referrerPolicy, String? sandbox, String? scrolling, String? width})
const

Properties

allow WebBrowserFeaturePolicy?
final
csp → Csp?
final
hashCode int
The hash code for this object.
no setteroverride
height String?
final
importance String?
final
referrerPolicy String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sandbox String?
final
scrolling String?
final
width String?
final

Methods

applyToIFrameElement(IFrameElement element) → void
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.
override