dijit/_Contained

Introduction

dijit/_Contained is a mixin sometimes used for children of a dijit/_Container.

It provides methods like getNextSibling() and getPreviousSibling().

However, a widget implementing dijit/_Container can have any type of children, regardless of whether or not they implement dijit/_Contained. Thus it’s usually not necessary to extend this class.

Error in the documentation? Can’t find what you are looking for? Let us know!