Dart Documentationangular.core.domElementWrapper

ElementWrapper abstract class

ElementWrapper is an interface for Blocks and BlockHoles. Its purpose is to allow treating Block and BlockHole under same interface so that Blocks can be added after BlockHole.

abstract class ElementWrapper {
 List<dom.Node> elements;
 ElementWrapper next;
 ElementWrapper previous;
}

Subclasses

Block, BlockHole

Properties

List<Node> elements #

List<dom.Node> elements

ElementWrapper next #

ElementWrapper next

ElementWrapper previous #

ElementWrapper previous