PropsParentNode extension

on

Properties

childElementCount int

Available on ParentNode, provided by the PropsParentNode extension

no setter
children HTMLCollection

Available on ParentNode, provided by the PropsParentNode extension

no setter
firstElementChild Element?

Available on ParentNode, provided by the PropsParentNode extension

no setter
lastElementChild Element?

Available on ParentNode, provided by the PropsParentNode extension

no setter

Methods

append([dynamic nodes1, dynamic nodes2, dynamic nodes3]) → void

Available on ParentNode, provided by the PropsParentNode extension

prepend([dynamic nodes1, dynamic nodes2, dynamic nodes3]) → void

Available on ParentNode, provided by the PropsParentNode extension

querySelector(String selectors) Element?

Available on ParentNode, provided by the PropsParentNode extension

querySelectorAll(String selectors) NodeList

Available on ParentNode, provided by the PropsParentNode extension

replaceChildren([dynamic nodes1, dynamic nodes2, dynamic nodes3]) → void

Available on ParentNode, provided by the PropsParentNode extension