Function
The Declaration widget allows a developer to declare new widget classes directly from a snippet of markup.
Boolean
Flag to parser to leave alone the script tags contained inside of me
Boolean
Flag to parser to not try and parse widgets declared inside of me
String
Name of class being declared, ex: "acme.myWidget"
String[
List containing the prototype for this widget, and also any mixins, ex: ["dijit._Widget", "dijit._Container"]
Function