IFrame.raw constructor
const
IFrame.raw({})
Const constructor for <iframe> without attribute shorthands.
Implementation
const IFrame.raw({super.className, super.style, super.attrs, super.on}) : super('iframe');
Const constructor for <iframe> without attribute shorthands.
const IFrame.raw({super.className, super.style, super.attrs, super.on}) : super('iframe');