ShadowRootInit
Generated.swift:15372class ShadowRootInit
class ShadowRootInit
import DOM
class BridgedDictionary
protocol ConstructibleFromJSValue
Types conforming to this protocol can be constructed from JSValue
.
protocol ConvertibleToJSValue
Objects that can be converted to a JavaScript value, preferably in a lossless manner.
convenience init(mode: ShadowRootMode, delegatesFocus: Bool, slotAssignment: SlotAssignmentMode)
required init(unsafelyWrapping object: JSObject)
@ReadWriteAttribute var delegatesFocus: Bool { get set }
@ReadWriteAttribute var mode: ShadowRootMode { get set }
@ReadWriteAttribute var slotAssignment: SlotAssignmentMode { get set }