ParagraphElement constructor

  1. @DomName('HTMLParagraphElement.HTMLParagraphElement')
  2. @DocsEditable()
ParagraphElement()

Implementation

@DomName('HTMLParagraphElement.HTMLParagraphElement')
@DocsEditable()
factory ParagraphElement() => JS(
    'returns:ParagraphElement;creates:ParagraphElement;new:true',
    '#.createElement(#)',
    document,
    "p");