iframe static method

DomProps iframe([
  1. Map? backingMap
])

Returns a new builder that renders an <iframe> tag with getters/setters for all DOM-related React props, optionally backed by a specified map.

Implementation

static DomProps iframe([Map? backingMap]) => DomProps(react.iframe, backingMap);