Wizzi Schema ts

Element Tag Super Flags
statement +
Description
The base element for all code nodes, and   a generic code statement that will be emitted as is.   The indentation will depend to the node depth.  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many
Element Tag Super Flags
comment # statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xmodule module statement
Description
The root element of the ts schema.  
Relations
Name Role Cardinality Inherited Flags Description
feature features one-to-many
statement statements one-to-many statement
Methods
Signature Statements
wzinitialize
set this.wzModelState = ctx.modelState = {};
hasFeature
foreach f in this.features;
return false;
Element Tag Super Flags
feature feature
Description
A known feature that this module require.  
Element Tag Super Flags
xvar var statement
Description
ittf:   var i   var i = 0   var f_alpha   function   param p   var obj_beta   { |   @ name stefi   js:   var i;   var i = 0;   var alpha = function(p) {   ...   };   var obj_beta = { name: 'stefi' };  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
decl decl statement
Description
ittf:   var i   decl x = 0   decl a   {   js:   var i, x = 0, a = {};  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xconst const statement
Description
ittf   same as var element  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xlet let statement
Description
ittf   same as var element  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
initValue = statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
identifier @id statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
expressionMember @expr statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
iif iif statement
Description
ittf:   iif a === b   then 0   else 1   js:   ( a === b ) ? 0 : 1  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
test test statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
then then statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xvoid void statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
not not|op! statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
notnot !! statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
or |||op|| statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
and &&|op&& statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
op_nullish ??|op?? statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
op_eq_strict ===|op=== statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
op_noteq_strict !==|op!== statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
op_eq ==|op== statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
op_noteq !=|op!= statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
op_minus minus|op- statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
op_plus plus|op+ statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
op_times times|op* statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
op_div divide|op/ statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
op_power power|op** statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
op_mod mod statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
bit_and op& statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
bit_or op| statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
op_xor xor|op^ statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
op_xand xand|op& statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
bit_not op~ statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
bit_left_shift op<< statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
bit_right_shift op>> statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
zero_fill_right_shift op>>> statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
op_gt gt|op> statement
Description
ittf   var foo   gt   _ price   @ id   @ 100  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
op_ge >=|op>= statement
Description
ittf   var foo   >=   _ price   @ id   @ 100  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
op_lt lt|op< statement
Description
ittf   var foo   lt   _ price   @ id   @ 100  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
op_le <=|op<= statement
Description
ittf   var foo   <=   _ price   @ id   @ 100  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
op_typeof typeof|optypeof statement
Description
ittf   var foo   typeof Foo  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xrequire require statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
set set statement
Description
  The set element do not relate to any javascript synthax element but is   fundamental in the 'js' language schema.   A wizzi schema cannot have free node names (tags). User names   cannot be node names but always must be node values.   Whenever javascript has a left hand side item that is an user name   must be preceded by set.     ittf   set user.name = 'stefi'   js   user.name = 'stefi';     In a 'set' element the wzName is written as is. If it is a top statement   the semicolon is added.    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
ximport import statement
Description
reference http://2ality.com/2014/09/es6-modules-final.html  
Attributes
Name Tag Type Default Inherited Flags Description
from from string string
xas as string string
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Methods
Signature Statements
wzInitialize
set this.specifiers = [];
var temp = [];
foreach item in this.statements;
set this.statements = temp;
Element Tag Super Flags
xexport export statement
Description
reference http://2ality.com/2014/09/es6-modules-final.html   ittf   export var|let|const foo = Math.sqrt(2)   export   var|let|const foo = Math.sqrt(2)   export   var|let|const foo   {   @ name 'stefi'   export   function foo   param x   export default   function   { options  
Attributes
Name Tag Type Default Inherited Flags Description
from from string string
xas as string string
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Methods
Signature Statements
wzInitialize
set this.specifiers = [];
var temp = [];
foreach item in this.statements;
set this.statements = temp;
Element Tag Super Flags
exportDefault export-default statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xif if statement
Description
  ittf:   if a === b   elif a === c   else   js:   if ( a === b ) {   }   else if ( a === c ) {   }   else {   }    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
elif elif statement
Description
ittf   see 'if' element  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xelse else statement
Description
ittf   see 'if' element  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xfor for statement
Description
ittf   for var k in object3   log k, object3[k]    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xleft left statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xof of statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xin in statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
foreach foreach statement
Description
ittf   foreach item in arr5   info 'item ', i, item     js   var i, i_len=arr5.length, item;   for (i=0; i item = arr5[i];   console.log('item ', i, item);   }    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
backeach backeach statement
Description
ittf   backeach item in arr5   info 'item ', i, item   js   var i, i_len=arr5.length, item;   for (i= (i_len-1); i>-1; i--) {   item = arr5[i];   console.log('item ', i, item);   }    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
each each statement
Description
ittf   each item in arr5 [this]   info 'item ', i, item   js   arr5.forEach(function(item, i, array) {   console.log('item ', i, item);   }, this);    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
filter filter statement
Description
ittf   filter item in arr5 [this]   return item > 20   js   arr5.filter(function(item, i, array) {   return item > 20   }, this);    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
find find statement
Description
ittf   find item in arr5 [this]   return item == 20   js   arr5.item(function(item, i, array) {   return item == 20   }, this);    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
reduce reduce statement
Description
ittf   reduce item in arr5 0   return item_acc + item   js   arr5.reduce(function(acc, item, item_index, array) {   return item_acc + item   }, 0);    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
concat concat statement
Description
ittf   concat arr5   @ 'item1'   [   @ 'item2'   @ 'item3'   js   arr5.concat('item1', ['item2', 'item3']);    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xbreak break statement
Description
ittf   foreach item in arr5   ...   break    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xcontinue continue statement
Description
ittf   foreach item in arr5   ...   continue    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
label label statement
Description
ittf   var i, j   label loop1   for i = 0; i < 3; i++   # The first for statement is labeled "loop1"   label loop2   for j = 0; j < 3; j++   # The second for statement is labeled "loop2"   if i === 1 && j === 1   continue loop1   info 'i = ' + i + ', j = ' + j  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xwhile while statement
Description
  ittf   set parent = node.parent   while parent   set parent = parent.parent    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xdo do statement
Description
  ittf   var result = ''   var i = 0   do i < 5   set i += 1   set result += i + ' '     js   var result = '';   var i = 0;   do {   i += 1;   result += i + ' ';   } while (i < 5);    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xswitch switch statement
Description
  ittf   switch key   case 1   _ first()   case 2   _ second()   default   _ last()    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xcase case statement
Description
ittf   see 'switch' element  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xdefault default statement
Description
ittf   see 'switch' element  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xtry try statement
Description
  ittf   try   set num =/ 0   catch ex   log ex.message   finally   _ reset()    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xcatch catch statement
Description
ittf   see 'try' element  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xfinally finally statement
Description
ittf   see 'try' element  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xthrow throw statement
Description
ittf   see 'try' element  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xdelete delete statement
Description
ittf   delete myvar  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
sequence sequence statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeParameterInst :param statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
call _ statement
Description
A function call.   ittf:   _ sayHello('stefi', 10)   _ init   {   @ key 0   function   param value   return calc(value)  
Relations
Name Role Cardinality Inherited Flags Description
typeParameterInst typeParameterInsts one-to-many
statement statements one-to-many statement
Element Tag Super Flags
memberCall ._ statement
Description
ittf:   set value   _ init   ._calc   js:   value = init().calc()  
Relations
Name Role Cardinality Inherited Flags Description
typeParameterInst typeParameterInsts one-to-many
statement statements one-to-many statement
Element Tag Super Flags
decoratorCall @_ statement
Description
ittf:   @_ alpha   @ 200   function   return 'a';   js:   @alpha(200, function() { return 'a'; })  
Relations
Name Role Cardinality Inherited Flags Description
typeParameterInst typeParameterInsts one-to-many
statement statements one-to-many statement
Element Tag Super Flags
callOnValue ( statement
Description
ittf:   _ getFunction()   (   @ 'stefi'   js:   getFunction()('stefi')  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
memberAccess . statement
Description
ittf:   set name = obj   . name   js:   name = obj.name  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
memberAccessComputed .[ statement
Description
ittf:   set name = obj   .[ name   js:   name = obj[name]  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
jsObject { statement
Description
Declares an object structure.   ittf:   var user   {   @ name 'stefi'   @ birth 1957     It can be used everywhere an object can be used   ittf   var user   _ db.getUser   {   @ name 'arthur'    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Methods
Signature Statements
wzinitialize
a Dsl that uses this could be 'graphql'  
set this.isDslCall = false;
foreach item in this.statements;
Element Tag Super Flags
jsArray [ statement
Description
Declares an array structure.   ittf:   var users   [   {   @ name 'stefi'   @ birth 1957   {   @ name 'arthur'   @ birth 1955    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
jsPropertyOrValue @ statement
Description
used by import/export specifiers   This element is used in many contexts with a different semantic.     As children of a 'jsObject' element it is an object property.   ittf   var user   {   @ name 'annie'     As children of a 'call', 'memberCall', 'decoratorCall', 'callOnValue' element   is a function call argument.   ittf   var user   _ db.getUser   @ name 'annie'     As a children of an element derived from the 'htmlelement' element   is an html element attribute.   ittf   m render   return   div   button Press me   @ onClick { this.handleClick() }     As a children of a 'import' element   ittf   import   @ functionX   from 'module-a'    
Attributes
Name Tag Type Default Inherited Flags Description
xas as string string
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Methods
Signature Statements
wzinitialize
a Dsl that uses this could be 'graphql'  
set this.isDslCall = false;
foreach item in this.statements;
Element Tag Super Flags
jsPropertyOrValueComputed @[ statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Methods
Signature Statements
wzinitialize
a Dsl that uses this could be 'graphql'  
set this.isDslCall = false;
foreach item in this.statements;
Element Tag Super Flags
jsRest ... statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
namedCallParam : statement
Description
graphql-query   { allMarkdownRemark   : sort   {   @ order DESC   @ fields   [   @ frontmatter___date   : limit 1000  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
jsonStatementTree jst statement
Description
Contains the stringified tree structure of a statement element.   Normally this element is generated and is usefull when the 'js' ittf document   is itself a generated artifact.     The artifact generator will JSON.parse the wzName property   of this element and will obtain a 'statement' element to process.  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
param param statement
Attributes
Name Tag Type Default Inherited Flags Description
typeReadonly :readonly boolean false
typeOptional :optional boolean false
typePrivate :private boolean false
typePublic :public boolean false
typeProtected :protected boolean false
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
objectParam { param
Attributes
Name Tag Type Default Inherited Flags Description
typeReadonly :readonly boolean false param
typeOptional :optional boolean false param
typePrivate :private boolean false param
typePublic :public boolean false param
typeProtected :protected boolean false param
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xfunction function statement
Attributes
Name Tag Type Default Inherited Flags Description
xasync async boolean false
generator generator boolean false
Relations
Name Role Cardinality Inherited Flags Description
typeParameterDecl typeParameterDecls one-to-many
param params one-to-many
typeReturn one-to-one is-one-to-one
statement statements one-to-many statement
Element Tag Super Flags
iife iife xfunction
Description
ittf   iife   unary-prefix ;   param x   param y   return alpha = x + ': ' + y   (   @ key   @ id   js   ;(function(x, y) {   return alpha = x + ': ' + y;   })(key, id)    
Attributes
Name Tag Type Default Inherited Flags Description
unary_prefix unary-prefix string string
xasync async boolean false xfunction
generator generator boolean false xfunction
Relations
Name Role Cardinality Inherited Flags Description
typeParameterDecl typeParameterDecls one-to-many xfunction
param params one-to-many xfunction
typeReturn one-to-one xfunction is-one-to-one
statement statements one-to-many statement
Element Tag Super Flags
arrowfunction => xfunction
Description
es6 feature     ittf   var handler   =>   param event    
Attributes
Name Tag Type Default Inherited Flags Description
xasync async boolean false
typePrivate :private boolean false
typePublic :public boolean false
typeProtected :protected boolean false
xasync async boolean false xfunction
generator generator boolean false xfunction
Relations
Name Role Cardinality Inherited Flags Description
typeReturn one-to-one is-one-to-one
typeParameterDecl typeParameterDecls one-to-many xfunction
param params one-to-many xfunction
typeReturn one-to-one xfunction is-one-to-one
statement statements one-to-many statement
Element Tag Super Flags
asyncarrowfunction async=> xfunction
Description
es6 feature     ittf   var handler   async=>   param event    
Attributes
Name Tag Type Default Inherited Flags Description
typePrivate :private boolean false
typePublic :public boolean false
typeProtected :protected boolean false
xasync async boolean false xfunction
generator generator boolean false xfunction
Relations
Name Role Cardinality Inherited Flags Description
typeParameterDecl typeParameterDecls one-to-many xfunction
param params one-to-many xfunction
typeReturn one-to-one xfunction is-one-to-one
statement statements one-to-many statement
Element Tag Super Flags
generatorfunction function* xfunction
Description
es6 feature   reference https://developer.mozilla.org/it/docs/Web/JavaScript/Reference/Operators/yield   ittf   function* foo   var index = 0   while index <= 2   yield index++    
Attributes
Name Tag Type Default Inherited Flags Description
xasync async boolean false xfunction
generator generator boolean false xfunction
Relations
Name Role Cardinality Inherited Flags Description
typeParameterDecl typeParameterDecls one-to-many xfunction
param params one-to-many xfunction
typeReturn one-to-one xfunction is-one-to-one
statement statements one-to-many statement
Element Tag Super Flags
asyncfunction async-function xfunction
Description
es6 feature   reference https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function   ittf   async-function foo  
Attributes
Name Tag Type Default Inherited Flags Description
xasync async boolean false xfunction
generator generator boolean false xfunction
Relations
Name Role Cardinality Inherited Flags Description
typeParameterDecl typeParameterDecls one-to-many xfunction
param params one-to-many xfunction
typeReturn one-to-one xfunction is-one-to-one
statement statements one-to-many statement
Element Tag Super Flags
xyield yield statement
Description
es6 feature   reference https://developer.mozilla.org/it/docs/Web/JavaScript/Reference/Operators/yield   ittf   function* foo   var index = 0   while index <= 2   yield index++  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xawait await statement
Description
es6 feature   reference https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await   ittf   async-function foo   var index   await   _ mypromisefunc    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xreturn return statement
Description
Can return any object or function.     ittf   return 0   return   {   @ result a + b     return   _ Math.sum   @ a   @ b     return   function   param a   param b   ...  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeDeclare :declare statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeModule :module statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeTypeAlias :type statement
Relations
Name Role Cardinality Inherited Flags Description
typeParameterDecl typeParameterDecls one-to-many
statement statements one-to-many statement
Element Tag Super Flags
typeFunctionDeclare :function statement
Relations
Name Role Cardinality Inherited Flags Description
typeParameterDecl typeParameterDecls one-to-many
param params one-to-many
typeReturn one-to-one is-one-to-one
statement statements one-to-many statement
Element Tag Super Flags
typeInterface :interface statement
Relations
Name Role Cardinality Inherited Flags Description
typeParameterDecl typeParameterDecls one-to-many
statement statements one-to-many statement
Methods
Signature Statements
wzinitialize
loog 'typeInterface.statements', this.statements  
set this.extends = [];
var temp = [];
foreach s in this.statements;
set this.statements = temp;
Element Tag Super Flags
typeExtends :extends statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeProperty :p statement
Attributes
Name Tag Type Default Inherited Flags Description
typeOptional :optional boolean false
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeMethod :m xfunction
Attributes
Name Tag Type Default Inherited Flags Description
typeAbstract :abstract boolean false
typePrivate :private boolean false
typePublic :public boolean false
typeProtected :protected boolean false
xasync async boolean false xfunction
generator generator boolean false xfunction
Relations
Name Role Cardinality Inherited Flags Description
typeReturn one-to-one is-one-to-one
typeParameterDecl typeParameterDecls one-to-many xfunction
param params one-to-many xfunction
typeReturn one-to-one xfunction is-one-to-one
statement statements one-to-many statement
Element Tag Super Flags
typeMapped :mapped statement
Attributes
Name Tag Type Default Inherited Flags Description
typeOptional :optional boolean false
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeConditional :conditional statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeImplements :implements statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
xclass class statement
Description
A javascript class  
Attributes
Name Tag Type Default Inherited Flags Description
extends extends string string
typeAbstract :abstract boolean false
Relations
Name Role Cardinality Inherited Flags Description
typeParameterDecl typeParameterDecls one-to-many
superType one-to-one is-one-to-one
statement statements one-to-many statement
Methods
Signature Statements
findCtor
return _.find(this.statements, function(item) { return item.wzElement === 'ctor' });
wzInitialize
loog 'wizzi-js.model.class.modelState', ctx.modelState  
set ctx.modelState = ctx.modelState || {};
set ctx.modelState.hasClasses = true;
if this.extends && this.extends.length > 0;
elif this.superType;
else ;
set this.extends = [];
set this.implements = [];
var temp = [];
foreach s in this.statements;
set this.statements = temp;
Element Tag Super Flags
superType super statement
Relations
Name Role Cardinality Inherited Flags Description
typeParameterInst typeParameterInsts one-to-many
statement statements one-to-many statement
Element Tag Super Flags
ctor ctor xfunction
Attributes
Name Tag Type Default Inherited Flags Description
typePrivate :private boolean false
typePublic :public boolean false
typeProtected :protected boolean false
xasync async boolean false xfunction
generator generator boolean false xfunction
Relations
Name Role Cardinality Inherited Flags Description
base bases one-to-many
typeParameterDecl typeParameterDecls one-to-many xfunction
param params one-to-many xfunction
typeReturn one-to-one xfunction is-one-to-one
statement statements one-to-many statement
Methods
Signature Statements
getBaseArgs
var ret = [];
foreach item in this.bases;
return ret;
Element Tag Super Flags
base base statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
get get xfunction
Description
es6 - Defines a getter on a new object in the object initializer   reference https://developer.mozilla.org/it/docs/Web/JavaScript/Reference/Functions/get     ittf   var obj   {   @ log ['test']   get latest   if this.log.length == 0   return undefined   return this.log[this.log.length - 1]    
Attributes
Name Tag Type Default Inherited Flags Description
xasync async boolean false xfunction
generator generator boolean false xfunction
Relations
Name Role Cardinality Inherited Flags Description
typeParameterDecl typeParameterDecls one-to-many xfunction
param params one-to-many xfunction
typeReturn one-to-one xfunction is-one-to-one
statement statements one-to-many statement
Element Tag Super Flags
method m xfunction
Attributes
Name Tag Type Default Inherited Flags Description
typeAbstract :abstract boolean false
static static boolean false
async async boolean false
generator generator boolean false
typePrivate :private boolean false
typePublic :public boolean false
typeProtected :protected boolean false
xasync async boolean false xfunction
generator generator boolean false xfunction
Relations
Name Role Cardinality Inherited Flags Description
typeReturn one-to-one is-one-to-one
typeParameterDecl typeParameterDecls one-to-many xfunction
param params one-to-many xfunction
typeReturn one-to-one xfunction is-one-to-one
statement statements one-to-many statement
Element Tag Super Flags
p p statement
Attributes
Name Tag Type Default Inherited Flags Description
typeAbstract :abstract boolean false
static static boolean false
typePrivate :private boolean false
typePublic :public boolean false
typeProtected :protected boolean false
typeReadonly :readonly boolean false
Relations
Name Role Cardinality Inherited Flags Description
typeReturn one-to-one is-one-to-one
statement statements one-to-many statement
Element Tag Super Flags
xnew new statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Methods
Signature Statements
wzInitialize
loog 'wzInitialize', this.statements.length  
var tpi = [];
var ss = [];
foreach s in this.statements;
if tpi.length > 0;
Element Tag Super Flags
type type statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
reactComponent react statement
Attributes
Name Tag Type Default Inherited Flags Description
super super string string
extends extends string string
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Methods
Signature Statements
wzInitialize
loog 'wizzi-js.model.class.modelState', ctx.modelState  
set ctx.modelState = ctx.modelState || {};
set ctx.modelState.hasClasses = true;
if this.extends && this.extends.length > 0;
else ;
Element Tag Super Flags
reactFunction react-f statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
style style statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
prop prop statement
Attributes
Name Tag Type Default Inherited Flags Description
isRequired required boolean false
defaultValue default string string
Relations
Name Role Cardinality Inherited Flags Description
param one-to-one is-one-to-one react propType  
statement statements one-to-many statement
Element Tag Super Flags
reactMember reactMember statement is-abstract
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
state state reactMember
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
setState set-state reactMember
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
render render reactMember
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
willMount will-mount reactMember
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
didMount did-mount reactMember
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
willUnmount will-unmount reactMember
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
shouldUpdate should-update reactMember
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
didUpdate did-update reactMember
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
willUpdate will-update reactMember
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
willReceiveProps will-receive-props reactMember
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
htmlevent event statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
htmlelement < statement
Attributes
Name Tag Type Default Inherited Flags Description
autoCapitalize autoCapitalize string string
autoCorrect autoCorrect string string
property property string string
itemProp itemProp string string
itemScope itemScope string string
itemType itemType string string
itemRef itemRef string string
itemID itemID string string
unselectable unselectable string string
results results string string
autoSave autoSave string string
class class string string
aria__ aria-* string string
data__ data-* string string
accept accept string string
acceptCharset acceptCharset string string
accessKey accessKey string string
action action string string
allowFullScreen allowFullScreen string string
allowTransparency allowTransparency string string
alt alt string string
async async string string
autoComplete autoComplete string string
autoFocus autoFocus string string
autoPlay autoPlay string string
capture capture string string
cellPadding cellPadding string string
cellSpacing cellSpacing string string
charSet charSet string string
challenge challenge string string
checked checked string string
classID classID string string
className className string string
cols cols string string
colSpan colSpan string string
content content string string
contentEditable contentEditable string string
contextMenu contextMenu string string
controls controls string string
coords coords string string
crossOrigin crossOrigin string string
data data string string
dateTime dateTime string string
defer defer string string
dir dir string string
disabled disabled string string
download download string string
draggable draggable string string
encType encType string string
form form string string
formAction formAction string string
formEncType formEncType string string
formMethod formMethod string string
formNoValidate formNoValidate string string
formTarget formTarget string string
frameBorder frameBorder string string
headers headers string string
height height string string
hidden hidden string string
high high string string
href href string string
hrefLang hrefLang string string
htmlFor htmlFor string string
httpEquiv httpEquiv string string
icon icon string string
id id string string
inputMode inputMode string string
keyParams keyParams string string
keyType keyType string string
_label @label string string
lang lang string string
list list string string
loop loop string string
low low string string
manifest manifest string string
marginHeight marginHeight string string
marginWidth marginWidth string string
max max string string
maxLength maxLength string string
media media string string
mediaGroup mediaGroup string string
method method string string
min min string string
minLength minLength string string
multiple multiple string string
muted muted string string
name name string string
noValidate noValidate string string
open open string string
optimum optimum string string
pattern pattern string string
placeholder placeholder string string
poster poster string string
preload preload string string
radioGroup radioGroup string string
readOnly readOnly string string
rel rel string string
required required string string
role role string string
rows rows string string
rowSpan rowSpan string string
sandbox sandbox string string
scope scope string string
scoped scoped string string
scrolling scrolling string string
seamless seamless string string
selected selected string string
shape shape string string
size size string string
sizes sizes string string
_span @span string string
spellCheck spellCheck string string
src src string string
srcDoc srcDoc string string
srcSet srcSet string string
start start string string
step step string string
style style string string
_summary @summary string string
tabIndex tabIndex string string
target target string string
title title string string
type type string string
useMap useMap string string
value value string string
width width string string
wmode wmode string string
wrap wrap string string
static static string string
accentHeight accentHeight string string
accumulate accumulate string string
additive additive string string
alignmentBaseline alignmentBaseline string string
allowReorder allowReorder string string
alphabetic alphabetic string string
amplitude amplitude string string
arabicForm arabicForm string string
ascent ascent string string
attributeName attributeName string string
attributeType attributeType string string
autoReverse autoReverse string string
azimuth azimuth string string
baseFrequency baseFrequency string string
baseProfile baseProfile string string
baselineShift baselineShift string string
bbox bbox string string
begin begin string string
bias bias string string
by by string string
calcMode calcMode string string
capHeight capHeight string string
clip clip string string
clipPath clipPath string string
clipPathUnits clipPathUnits string string
clipRule clipRule string string
colorInterpolation colorInterpolation string string
colorInterpolationFilters colorInterpolationFilters string string
colorProfile colorProfile string string
colorRendering colorRendering string string
contentScriptType contentScriptType string string
contentStyleType contentStyleType string string
cursor cursor string string
cx cx string string
cy cy string string
d d string string
decelerate decelerate string string
descent descent string string
diffuseConstant diffuseConstant string string
direction direction string string
display display string string
divisor divisor string string
dominantBaseline dominantBaseline string string
dur dur string string
dx dx string string
dy dy string string
edgeMode edgeMode string string
elevation elevation string string
enableBackground enableBackground string string
end end string string
exponent exponent string string
externalResourcesRequired externalResourcesRequired string string
fill fill string string
fillOpacity fillOpacity string string
fillRule fillRule string string
_filter @filter string string
filterRes filterRes string string
filterUnits filterUnits string string
floodColor floodColor string string
floodOpacity floodOpacity string string
focusable focusable string string
fontFamily fontFamily string string
fontSize fontSize string string
fontSizeAdjust fontSizeAdjust string string
fontStretch fontStretch string string
fontStyle fontStyle string string
fontVariant fontVariant string string
fontWeight fontWeight string string
format format string string
from from string string
fx fx string string
fy fy string string
g1 g1 string string
g2 g2 string string
glyphName glyphName string string
glyphOrientationHorizontal glyphOrientationHorizontal string string
glyphOrientationVertical glyphOrientationVertical string string
glyphRef glyphRef string string
gradientTransform gradientTransform string string
gradientUnits gradientUnits string string
hanging hanging string string
horizAdvX horizAdvX string string
horizOriginX horizOriginX string string
ideographic ideographic string string
imageRendering imageRendering string string
in in string string
in2 in2 string string
intercept intercept string string
k k string string
k1 k1 string string
k2 k2 string string
k3 k3 string string
k4 k4 string string
kernelMatrix kernelMatrix string string
kernelUnitLength kernelUnitLength string string
kerning kerning string string
keyPoints keyPoints string string
keySplines keySplines string string
keyTimes keyTimes string string
lengthAdjust lengthAdjust string string
letterSpacing letterSpacing string string
lightingColor lightingColor string string
limitingConeAngle limitingConeAngle string string
local local string string
markerEnd markerEnd string string
markerHeight markerHeight string string
markerMid markerMid string string
markerStart markerStart string string
markerUnits markerUnits string string
markerWidth markerWidth string string
mask mask string string
maskContentUnits maskContentUnits string string
maskUnits maskUnits string string
mathematical mathematical string string
mode mode string string
numOctaves numOctaves string string
offset offset string string
opacity opacity string string
operator operator string string
order order string string
orient orient string string
orientation orientation string string
origin origin string string
overflow overflow string string
overlinePosition overlinePosition string string
overlineThickness overlineThickness string string
paintOrder paintOrder string string
panose1 panose1 string string
pathLength pathLength string string
patternContentUnits patternContentUnits string string
patternTransform patternTransform string string
patternUnits patternUnits string string
pointerEvents pointerEvents string string
points points string string
pointsAtX pointsAtX string string
pointsAtY pointsAtY string string
pointsAtZ pointsAtZ string string
preserveAlpha preserveAlpha string string
preserveAspectRatio preserveAspectRatio string string
primitiveUnits primitiveUnits string string
r r string string
radius radius string string
refX refX string string
refY refY string string
renderingIntent renderingIntent string string
repeatCount repeatCount string string
repeatDur repeatDur string string
requiredExtensions requiredExtensions string string
requiredFeatures requiredFeatures string string
restart restart string string
result result string string
rotate rotate string string
rx rx string string
ry ry string string
scale scale string string
seed seed string string
shapeRendering shapeRendering string string
slope slope string string
spacing spacing string string
specularConstant specularConstant string string
specularExponent specularExponent string string
speed speed string string
spreadMethod spreadMethod string string
startOffset startOffset string string
stdDeviation stdDeviation string string
stemh stemh string string
stemv stemv string string
stitchTiles stitchTiles string string
stopColor stopColor string string
stopOpacity stopOpacity string string
strikethroughPosition strikethroughPosition string string
strikethroughThickness strikethroughThickness string string
string string string string
stroke stroke string string
strokeDasharray strokeDasharray string string
strokeDashoffset strokeDashoffset string string
strokeLinecap strokeLinecap string string
strokeLinejoin strokeLinejoin string string
strokeMiterlimit strokeMiterlimit string string
strokeOpacity strokeOpacity string string
strokeWidth strokeWidth string string
surfaceScale surfaceScale string string
systemLanguage systemLanguage string string
tableValues tableValues string string
targetX targetX string string
targetY targetY string string
textAnchor textAnchor string string
textDecoration textDecoration string string
textLength textLength string string
textRendering textRendering string string
to to string string
transform transform string string
u1 u1 string string
u2 u2 string string
underlinePosition underlinePosition string string
underlineThickness underlineThickness string string
unicode unicode string string
unicodeBidi unicodeBidi string string
unicodeRange unicodeRange string string
unitsPerEm unitsPerEm string string
vAlphabetic vAlphabetic string string
vHanging vHanging string string
vIdeographic vIdeographic string string
vMathematical vMathematical string string
values values string string
vectorEffect vectorEffect string string
version version string string
vertAdvY vertAdvY string string
vertOriginX vertOriginX string string
vertOriginY vertOriginY string string
viewBox viewBox string string
viewTarget viewTarget string string
visibility visibility string string
widths widths string string
wordSpacing wordSpacing string string
writingMode writingMode string string
x x string string
x1 x1 string string
x2 x2 string string
xChannelSelector xChannelSelector string string
xHeight xHeight string string
xlinkActuate xlinkActuate string string
xlinkArcrole xlinkArcrole string string
xlinkHref xlinkHref string string
xlinkRole xlinkRole string string
xlinkShow xlinkShow string string
xlinkTitle xlinkTitle string string
xlinkType xlinkType string string
xmlns xmlns string string
xmlnsXlink xmlnsXlink string string
xmlBase xmlBase string string
xmlLang xmlLang string string
xmlSpace xmlSpace string string
y y string string
y1 y1 string string
y2 y2 string string
yChannelSelector yChannelSelector string string
z z string string
zoomAndPan zoomAndPan string string
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
doctype doctype htmlelement
Attributes
Name Tag Type Default Inherited Flags Description
autoCapitalize autoCapitalize string string htmlelement
autoCorrect autoCorrect string string htmlelement
property property string string htmlelement
itemProp itemProp string string htmlelement
itemScope itemScope string string htmlelement
itemType itemType string string htmlelement
itemRef itemRef string string htmlelement
itemID itemID string string htmlelement
unselectable unselectable string string htmlelement
results results string string htmlelement
autoSave autoSave string string htmlelement
class class string string htmlelement
aria__ aria-* string string htmlelement
data__ data-* string string htmlelement
accept accept string string htmlelement
acceptCharset acceptCharset string string htmlelement
accessKey accessKey string string htmlelement
action action string string htmlelement
allowFullScreen allowFullScreen string string htmlelement
allowTransparency allowTransparency string string htmlelement
alt alt string string htmlelement
async async string string htmlelement
autoComplete autoComplete string string htmlelement
autoFocus autoFocus string string htmlelement
autoPlay autoPlay string string htmlelement
capture capture string string htmlelement
cellPadding cellPadding string string htmlelement
cellSpacing cellSpacing string string htmlelement
charSet charSet string string htmlelement
challenge challenge string string htmlelement
checked checked string string htmlelement
classID classID string string htmlelement
className className string string htmlelement
cols cols string string htmlelement
colSpan colSpan string string htmlelement
content content string string htmlelement
contentEditable contentEditable string string htmlelement
contextMenu contextMenu string string htmlelement
controls controls string string htmlelement
coords coords string string htmlelement
crossOrigin crossOrigin string string htmlelement
data data string string htmlelement
dateTime dateTime string string htmlelement
defer defer string string htmlelement
dir dir string string htmlelement
disabled disabled string string htmlelement
download download string string htmlelement
draggable draggable string string htmlelement
encType encType string string htmlelement
form form string string htmlelement
formAction formAction string string htmlelement
formEncType formEncType string string htmlelement
formMethod formMethod string string htmlelement
formNoValidate formNoValidate string string htmlelement
formTarget formTarget string string htmlelement
frameBorder frameBorder string string htmlelement
headers headers string string htmlelement
height height string string htmlelement
hidden hidden string string htmlelement
high high string string htmlelement
href href string string htmlelement
hrefLang hrefLang string string htmlelement
htmlFor htmlFor string string htmlelement
httpEquiv httpEquiv string string htmlelement
icon icon string string htmlelement
id id string string htmlelement
inputMode inputMode string string htmlelement
keyParams keyParams string string htmlelement
keyType keyType string string htmlelement
_label @label string string htmlelement
lang lang string string htmlelement
list list string string htmlelement
loop loop string string htmlelement
low low string string htmlelement
manifest manifest string string htmlelement
marginHeight marginHeight string string htmlelement
marginWidth marginWidth string string htmlelement
max max string string htmlelement
maxLength maxLength string string htmlelement
media media string string htmlelement
mediaGroup mediaGroup string string htmlelement
method method string string htmlelement
min min string string htmlelement
minLength minLength string string htmlelement
multiple multiple string string htmlelement
muted muted string string htmlelement
name name string string htmlelement
noValidate noValidate string string htmlelement
open open string string htmlelement
optimum optimum string string htmlelement
pattern pattern string string htmlelement
placeholder placeholder string string htmlelement
poster poster string string htmlelement
preload preload string string htmlelement
radioGroup radioGroup string string htmlelement
readOnly readOnly string string htmlelement
rel rel string string htmlelement
required required string string htmlelement
role role string string htmlelement
rows rows string string htmlelement
rowSpan rowSpan string string htmlelement
sandbox sandbox string string htmlelement
scope scope string string htmlelement
scoped scoped string string htmlelement
scrolling scrolling string string htmlelement
seamless seamless string string htmlelement
selected selected string string htmlelement
shape shape string string htmlelement
size size string string htmlelement
sizes sizes string string htmlelement
_span @span string string htmlelement
spellCheck spellCheck string string htmlelement
src src string string htmlelement
srcDoc srcDoc string string htmlelement
srcSet srcSet string string htmlelement
start start string string htmlelement
step step string string htmlelement
style style string string htmlelement
_summary @summary string string htmlelement
tabIndex tabIndex string string htmlelement
target target string string htmlelement
title title string string htmlelement
type type string string htmlelement
useMap useMap string string htmlelement
value value string string htmlelement
width width string string htmlelement
wmode wmode string string htmlelement
wrap wrap string string htmlelement
static static string string htmlelement
accentHeight accentHeight string string htmlelement
accumulate accumulate string string htmlelement
additive additive string string htmlelement
alignmentBaseline alignmentBaseline string string htmlelement
allowReorder allowReorder string string htmlelement
alphabetic alphabetic string string htmlelement
amplitude amplitude string string htmlelement
arabicForm arabicForm string string htmlelement
ascent ascent string string htmlelement
attributeName attributeName string string htmlelement
attributeType attributeType string string htmlelement
autoReverse autoReverse string string htmlelement
azimuth azimuth string string htmlelement
baseFrequency baseFrequency string string htmlelement
baseProfile baseProfile string string htmlelement
baselineShift baselineShift string string htmlelement
bbox bbox string string htmlelement
begin begin string string htmlelement
bias bias string string htmlelement
by by string string htmlelement
calcMode calcMode string string htmlelement
capHeight capHeight string string htmlelement
clip clip string string htmlelement
clipPath clipPath string string htmlelement
clipPathUnits clipPathUnits string string htmlelement
clipRule clipRule string string htmlelement
colorInterpolation colorInterpolation string string htmlelement
colorInterpolationFilters colorInterpolationFilters string string htmlelement
colorProfile colorProfile string string htmlelement
colorRendering colorRendering string string htmlelement
contentScriptType contentScriptType string string htmlelement
contentStyleType contentStyleType string string htmlelement
cursor cursor string string htmlelement
cx cx string string htmlelement
cy cy string string htmlelement
d d string string htmlelement
decelerate decelerate string string htmlelement
descent descent string string htmlelement
diffuseConstant diffuseConstant string string htmlelement
direction direction string string htmlelement
display display string string htmlelement
divisor divisor string string htmlelement
dominantBaseline dominantBaseline string string htmlelement
dur dur string string htmlelement
dx dx string string htmlelement
dy dy string string htmlelement
edgeMode edgeMode string string htmlelement
elevation elevation string string htmlelement
enableBackground enableBackground string string htmlelement
end end string string htmlelement
exponent exponent string string htmlelement
externalResourcesRequired externalResourcesRequired string string htmlelement
fill fill string string htmlelement
fillOpacity fillOpacity string string htmlelement
fillRule fillRule string string htmlelement
_filter @filter string string htmlelement
filterRes filterRes string string htmlelement
filterUnits filterUnits string string htmlelement
floodColor floodColor string string htmlelement
floodOpacity floodOpacity string string htmlelement
focusable focusable string string htmlelement
fontFamily fontFamily string string htmlelement
fontSize fontSize string string htmlelement
fontSizeAdjust fontSizeAdjust string string htmlelement
fontStretch fontStretch string string htmlelement
fontStyle fontStyle string string htmlelement
fontVariant fontVariant string string htmlelement
fontWeight fontWeight string string htmlelement
format format string string htmlelement
from from string string htmlelement
fx fx string string htmlelement
fy fy string string htmlelement
g1 g1 string string htmlelement
g2 g2 string string htmlelement
glyphName glyphName string string htmlelement
glyphOrientationHorizontal glyphOrientationHorizontal string string htmlelement
glyphOrientationVertical glyphOrientationVertical string string htmlelement
glyphRef glyphRef string string htmlelement
gradientTransform gradientTransform string string htmlelement
gradientUnits gradientUnits string string htmlelement
hanging hanging string string htmlelement
horizAdvX horizAdvX string string htmlelement
horizOriginX horizOriginX string string htmlelement
ideographic ideographic string string htmlelement
imageRendering imageRendering string string htmlelement
in in string string htmlelement
in2 in2 string string htmlelement
intercept intercept string string htmlelement
k k string string htmlelement
k1 k1 string string htmlelement
k2 k2 string string htmlelement
k3 k3 string string htmlelement
k4 k4 string string htmlelement
kernelMatrix kernelMatrix string string htmlelement
kernelUnitLength kernelUnitLength string string htmlelement
kerning kerning string string htmlelement
keyPoints keyPoints string string htmlelement
keySplines keySplines string string htmlelement
keyTimes keyTimes string string htmlelement
lengthAdjust lengthAdjust string string htmlelement
letterSpacing letterSpacing string string htmlelement
lightingColor lightingColor string string htmlelement
limitingConeAngle limitingConeAngle string string htmlelement
local local string string htmlelement
markerEnd markerEnd string string htmlelement
markerHeight markerHeight string string htmlelement
markerMid markerMid string string htmlelement
markerStart markerStart string string htmlelement
markerUnits markerUnits string string htmlelement
markerWidth markerWidth string string htmlelement
mask mask string string htmlelement
maskContentUnits maskContentUnits string string htmlelement
maskUnits maskUnits string string htmlelement
mathematical mathematical string string htmlelement
mode mode string string htmlelement
numOctaves numOctaves string string htmlelement
offset offset string string htmlelement
opacity opacity string string htmlelement
operator operator string string htmlelement
order order string string htmlelement
orient orient string string htmlelement
orientation orientation string string htmlelement
origin origin string string htmlelement
overflow overflow string string htmlelement
overlinePosition overlinePosition string string htmlelement
overlineThickness overlineThickness string string htmlelement
paintOrder paintOrder string string htmlelement
panose1 panose1 string string htmlelement
pathLength pathLength string string htmlelement
patternContentUnits patternContentUnits string string htmlelement
patternTransform patternTransform string string htmlelement
patternUnits patternUnits string string htmlelement
pointerEvents pointerEvents string string htmlelement
points points string string htmlelement
pointsAtX pointsAtX string string htmlelement
pointsAtY pointsAtY string string htmlelement
pointsAtZ pointsAtZ string string htmlelement
preserveAlpha preserveAlpha string string htmlelement
preserveAspectRatio preserveAspectRatio string string htmlelement
primitiveUnits primitiveUnits string string htmlelement
r r string string htmlelement
radius radius string string htmlelement
refX refX string string htmlelement
refY refY string string htmlelement
renderingIntent renderingIntent string string htmlelement
repeatCount repeatCount string string htmlelement
repeatDur repeatDur string string htmlelement
requiredExtensions requiredExtensions string string htmlelement
requiredFeatures requiredFeatures string string htmlelement
restart restart string string htmlelement
result result string string htmlelement
rotate rotate string string htmlelement
rx rx string string htmlelement
ry ry string string htmlelement
scale scale string string htmlelement
seed seed string string htmlelement
shapeRendering shapeRendering string string htmlelement
slope slope string string htmlelement
spacing spacing string string htmlelement
specularConstant specularConstant string string htmlelement
specularExponent specularExponent string string htmlelement
speed speed string string htmlelement
spreadMethod spreadMethod string string htmlelement
startOffset startOffset string string htmlelement
stdDeviation stdDeviation string string htmlelement
stemh stemh string string htmlelement
stemv stemv string string htmlelement
stitchTiles stitchTiles string string htmlelement
stopColor stopColor string string htmlelement
stopOpacity stopOpacity string string htmlelement
strikethroughPosition strikethroughPosition string string htmlelement
strikethroughThickness strikethroughThickness string string htmlelement
string string string string htmlelement
stroke stroke string string htmlelement
strokeDasharray strokeDasharray string string htmlelement
strokeDashoffset strokeDashoffset string string htmlelement
strokeLinecap strokeLinecap string string htmlelement
strokeLinejoin strokeLinejoin string string htmlelement
strokeMiterlimit strokeMiterlimit string string htmlelement
strokeOpacity strokeOpacity string string htmlelement
strokeWidth strokeWidth string string htmlelement
surfaceScale surfaceScale string string htmlelement
systemLanguage systemLanguage string string htmlelement
tableValues tableValues string string htmlelement
targetX targetX string string htmlelement
targetY targetY string string htmlelement
textAnchor textAnchor string string htmlelement
textDecoration textDecoration string string htmlelement
textLength textLength string string htmlelement
textRendering textRendering string string htmlelement
to to string string htmlelement
transform transform string string htmlelement
u1 u1 string string htmlelement
u2 u2 string string htmlelement
underlinePosition underlinePosition string string htmlelement
underlineThickness underlineThickness string string htmlelement
unicode unicode string string htmlelement
unicodeBidi unicodeBidi string string htmlelement
unicodeRange unicodeRange string string htmlelement
unitsPerEm unitsPerEm string string htmlelement
vAlphabetic vAlphabetic string string htmlelement
vHanging vHanging string string htmlelement
vIdeographic vIdeographic string string htmlelement
vMathematical vMathematical string string htmlelement
values values string string htmlelement
vectorEffect vectorEffect string string htmlelement
version version string string htmlelement
vertAdvY vertAdvY string string htmlelement
vertOriginX vertOriginX string string htmlelement
vertOriginY vertOriginY string string htmlelement
viewBox viewBox string string htmlelement
viewTarget viewTarget string string htmlelement
visibility visibility string string htmlelement
widths widths string string htmlelement
wordSpacing wordSpacing string string htmlelement
writingMode writingMode string string htmlelement
x x string string htmlelement
x1 x1 string string htmlelement
x2 x2 string string htmlelement
xChannelSelector xChannelSelector string string htmlelement
xHeight xHeight string string htmlelement
xlinkActuate xlinkActuate string string htmlelement
xlinkArcrole xlinkArcrole string string htmlelement
xlinkHref xlinkHref string string htmlelement
xlinkRole xlinkRole string string htmlelement
xlinkShow xlinkShow string string htmlelement
xlinkTitle xlinkTitle string string htmlelement
xlinkType xlinkType string string htmlelement
xmlns xmlns string string htmlelement
xmlnsXlink xmlnsXlink string string htmlelement
xmlBase xmlBase string string htmlelement
xmlLang xmlLang string string htmlelement
xmlSpace xmlSpace string string htmlelement
y y string string htmlelement
y1 y1 string string htmlelement
y2 y2 string string htmlelement
yChannelSelector yChannelSelector string string htmlelement
z z string string htmlelement
zoomAndPan zoomAndPan string string htmlelement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
htmlevent htmlevent htmlelement
Attributes
Name Tag Type Default Inherited Flags Description
isEvent isEvent boolean true
autoCapitalize autoCapitalize string string htmlelement
autoCorrect autoCorrect string string htmlelement
property property string string htmlelement
itemProp itemProp string string htmlelement
itemScope itemScope string string htmlelement
itemType itemType string string htmlelement
itemRef itemRef string string htmlelement
itemID itemID string string htmlelement
unselectable unselectable string string htmlelement
results results string string htmlelement
autoSave autoSave string string htmlelement
class class string string htmlelement
aria__ aria-* string string htmlelement
data__ data-* string string htmlelement
accept accept string string htmlelement
acceptCharset acceptCharset string string htmlelement
accessKey accessKey string string htmlelement
action action string string htmlelement
allowFullScreen allowFullScreen string string htmlelement
allowTransparency allowTransparency string string htmlelement
alt alt string string htmlelement
async async string string htmlelement
autoComplete autoComplete string string htmlelement
autoFocus autoFocus string string htmlelement
autoPlay autoPlay string string htmlelement
capture capture string string htmlelement
cellPadding cellPadding string string htmlelement
cellSpacing cellSpacing string string htmlelement
charSet charSet string string htmlelement
challenge challenge string string htmlelement
checked checked string string htmlelement
classID classID string string htmlelement
className className string string htmlelement
cols cols string string htmlelement
colSpan colSpan string string htmlelement
content content string string htmlelement
contentEditable contentEditable string string htmlelement
contextMenu contextMenu string string htmlelement
controls controls string string htmlelement
coords coords string string htmlelement
crossOrigin crossOrigin string string htmlelement
data data string string htmlelement
dateTime dateTime string string htmlelement
defer defer string string htmlelement
dir dir string string htmlelement
disabled disabled string string htmlelement
download download string string htmlelement
draggable draggable string string htmlelement
encType encType string string htmlelement
form form string string htmlelement
formAction formAction string string htmlelement
formEncType formEncType string string htmlelement
formMethod formMethod string string htmlelement
formNoValidate formNoValidate string string htmlelement
formTarget formTarget string string htmlelement
frameBorder frameBorder string string htmlelement
headers headers string string htmlelement
height height string string htmlelement
hidden hidden string string htmlelement
high high string string htmlelement
href href string string htmlelement
hrefLang hrefLang string string htmlelement
htmlFor htmlFor string string htmlelement
httpEquiv httpEquiv string string htmlelement
icon icon string string htmlelement
id id string string htmlelement
inputMode inputMode string string htmlelement
keyParams keyParams string string htmlelement
keyType keyType string string htmlelement
_label @label string string htmlelement
lang lang string string htmlelement
list list string string htmlelement
loop loop string string htmlelement
low low string string htmlelement
manifest manifest string string htmlelement
marginHeight marginHeight string string htmlelement
marginWidth marginWidth string string htmlelement
max max string string htmlelement
maxLength maxLength string string htmlelement
media media string string htmlelement
mediaGroup mediaGroup string string htmlelement
method method string string htmlelement
min min string string htmlelement
minLength minLength string string htmlelement
multiple multiple string string htmlelement
muted muted string string htmlelement
name name string string htmlelement
noValidate noValidate string string htmlelement
open open string string htmlelement
optimum optimum string string htmlelement
pattern pattern string string htmlelement
placeholder placeholder string string htmlelement
poster poster string string htmlelement
preload preload string string htmlelement
radioGroup radioGroup string string htmlelement
readOnly readOnly string string htmlelement
rel rel string string htmlelement
required required string string htmlelement
role role string string htmlelement
rows rows string string htmlelement
rowSpan rowSpan string string htmlelement
sandbox sandbox string string htmlelement
scope scope string string htmlelement
scoped scoped string string htmlelement
scrolling scrolling string string htmlelement
seamless seamless string string htmlelement
selected selected string string htmlelement
shape shape string string htmlelement
size size string string htmlelement
sizes sizes string string htmlelement
_span @span string string htmlelement
spellCheck spellCheck string string htmlelement
src src string string htmlelement
srcDoc srcDoc string string htmlelement
srcSet srcSet string string htmlelement
start start string string htmlelement
step step string string htmlelement
style style string string htmlelement
_summary @summary string string htmlelement
tabIndex tabIndex string string htmlelement
target target string string htmlelement
title title string string htmlelement
type type string string htmlelement
useMap useMap string string htmlelement
value value string string htmlelement
width width string string htmlelement
wmode wmode string string htmlelement
wrap wrap string string htmlelement
static static string string htmlelement
accentHeight accentHeight string string htmlelement
accumulate accumulate string string htmlelement
additive additive string string htmlelement
alignmentBaseline alignmentBaseline string string htmlelement
allowReorder allowReorder string string htmlelement
alphabetic alphabetic string string htmlelement
amplitude amplitude string string htmlelement
arabicForm arabicForm string string htmlelement
ascent ascent string string htmlelement
attributeName attributeName string string htmlelement
attributeType attributeType string string htmlelement
autoReverse autoReverse string string htmlelement
azimuth azimuth string string htmlelement
baseFrequency baseFrequency string string htmlelement
baseProfile baseProfile string string htmlelement
baselineShift baselineShift string string htmlelement
bbox bbox string string htmlelement
begin begin string string htmlelement
bias bias string string htmlelement
by by string string htmlelement
calcMode calcMode string string htmlelement
capHeight capHeight string string htmlelement
clip clip string string htmlelement
clipPath clipPath string string htmlelement
clipPathUnits clipPathUnits string string htmlelement
clipRule clipRule string string htmlelement
colorInterpolation colorInterpolation string string htmlelement
colorInterpolationFilters colorInterpolationFilters string string htmlelement
colorProfile colorProfile string string htmlelement
colorRendering colorRendering string string htmlelement
contentScriptType contentScriptType string string htmlelement
contentStyleType contentStyleType string string htmlelement
cursor cursor string string htmlelement
cx cx string string htmlelement
cy cy string string htmlelement
d d string string htmlelement
decelerate decelerate string string htmlelement
descent descent string string htmlelement
diffuseConstant diffuseConstant string string htmlelement
direction direction string string htmlelement
display display string string htmlelement
divisor divisor string string htmlelement
dominantBaseline dominantBaseline string string htmlelement
dur dur string string htmlelement
dx dx string string htmlelement
dy dy string string htmlelement
edgeMode edgeMode string string htmlelement
elevation elevation string string htmlelement
enableBackground enableBackground string string htmlelement
end end string string htmlelement
exponent exponent string string htmlelement
externalResourcesRequired externalResourcesRequired string string htmlelement
fill fill string string htmlelement
fillOpacity fillOpacity string string htmlelement
fillRule fillRule string string htmlelement
_filter @filter string string htmlelement
filterRes filterRes string string htmlelement
filterUnits filterUnits string string htmlelement
floodColor floodColor string string htmlelement
floodOpacity floodOpacity string string htmlelement
focusable focusable string string htmlelement
fontFamily fontFamily string string htmlelement
fontSize fontSize string string htmlelement
fontSizeAdjust fontSizeAdjust string string htmlelement
fontStretch fontStretch string string htmlelement
fontStyle fontStyle string string htmlelement
fontVariant fontVariant string string htmlelement
fontWeight fontWeight string string htmlelement
format format string string htmlelement
from from string string htmlelement
fx fx string string htmlelement
fy fy string string htmlelement
g1 g1 string string htmlelement
g2 g2 string string htmlelement
glyphName glyphName string string htmlelement
glyphOrientationHorizontal glyphOrientationHorizontal string string htmlelement
glyphOrientationVertical glyphOrientationVertical string string htmlelement
glyphRef glyphRef string string htmlelement
gradientTransform gradientTransform string string htmlelement
gradientUnits gradientUnits string string htmlelement
hanging hanging string string htmlelement
horizAdvX horizAdvX string string htmlelement
horizOriginX horizOriginX string string htmlelement
ideographic ideographic string string htmlelement
imageRendering imageRendering string string htmlelement
in in string string htmlelement
in2 in2 string string htmlelement
intercept intercept string string htmlelement
k k string string htmlelement
k1 k1 string string htmlelement
k2 k2 string string htmlelement
k3 k3 string string htmlelement
k4 k4 string string htmlelement
kernelMatrix kernelMatrix string string htmlelement
kernelUnitLength kernelUnitLength string string htmlelement
kerning kerning string string htmlelement
keyPoints keyPoints string string htmlelement
keySplines keySplines string string htmlelement
keyTimes keyTimes string string htmlelement
lengthAdjust lengthAdjust string string htmlelement
letterSpacing letterSpacing string string htmlelement
lightingColor lightingColor string string htmlelement
limitingConeAngle limitingConeAngle string string htmlelement
local local string string htmlelement
markerEnd markerEnd string string htmlelement
markerHeight markerHeight string string htmlelement
markerMid markerMid string string htmlelement
markerStart markerStart string string htmlelement
markerUnits markerUnits string string htmlelement
markerWidth markerWidth string string htmlelement
mask mask string string htmlelement
maskContentUnits maskContentUnits string string htmlelement
maskUnits maskUnits string string htmlelement
mathematical mathematical string string htmlelement
mode mode string string htmlelement
numOctaves numOctaves string string htmlelement
offset offset string string htmlelement
opacity opacity string string htmlelement
operator operator string string htmlelement
order order string string htmlelement
orient orient string string htmlelement
orientation orientation string string htmlelement
origin origin string string htmlelement
overflow overflow string string htmlelement
overlinePosition overlinePosition string string htmlelement
overlineThickness overlineThickness string string htmlelement
paintOrder paintOrder string string htmlelement
panose1 panose1 string string htmlelement
pathLength pathLength string string htmlelement
patternContentUnits patternContentUnits string string htmlelement
patternTransform patternTransform string string htmlelement
patternUnits patternUnits string string htmlelement
pointerEvents pointerEvents string string htmlelement
points points string string htmlelement
pointsAtX pointsAtX string string htmlelement
pointsAtY pointsAtY string string htmlelement
pointsAtZ pointsAtZ string string htmlelement
preserveAlpha preserveAlpha string string htmlelement
preserveAspectRatio preserveAspectRatio string string htmlelement
primitiveUnits primitiveUnits string string htmlelement
r r string string htmlelement
radius radius string string htmlelement
refX refX string string htmlelement
refY refY string string htmlelement
renderingIntent renderingIntent string string htmlelement
repeatCount repeatCount string string htmlelement
repeatDur repeatDur string string htmlelement
requiredExtensions requiredExtensions string string htmlelement
requiredFeatures requiredFeatures string string htmlelement
restart restart string string htmlelement
result result string string htmlelement
rotate rotate string string htmlelement
rx rx string string htmlelement
ry ry string string htmlelement
scale scale string string htmlelement
seed seed string string htmlelement
shapeRendering shapeRendering string string htmlelement
slope slope string string htmlelement
spacing spacing string string htmlelement
specularConstant specularConstant string string htmlelement
specularExponent specularExponent string string htmlelement
speed speed string string htmlelement
spreadMethod spreadMethod string string htmlelement
startOffset startOffset string string htmlelement
stdDeviation stdDeviation string string htmlelement
stemh stemh string string htmlelement
stemv stemv string string htmlelement
stitchTiles stitchTiles string string htmlelement
stopColor stopColor string string htmlelement
stopOpacity stopOpacity string string htmlelement
strikethroughPosition strikethroughPosition string string htmlelement
strikethroughThickness strikethroughThickness string string htmlelement
string string string string htmlelement
stroke stroke string string htmlelement
strokeDasharray strokeDasharray string string htmlelement
strokeDashoffset strokeDashoffset string string htmlelement
strokeLinecap strokeLinecap string string htmlelement
strokeLinejoin strokeLinejoin string string htmlelement
strokeMiterlimit strokeMiterlimit string string htmlelement
strokeOpacity strokeOpacity string string htmlelement
strokeWidth strokeWidth string string htmlelement
surfaceScale surfaceScale string string htmlelement
systemLanguage systemLanguage string string htmlelement
tableValues tableValues string string htmlelement
targetX targetX string string htmlelement
targetY targetY string string htmlelement
textAnchor textAnchor string string htmlelement
textDecoration textDecoration string string htmlelement
textLength textLength string string htmlelement
textRendering textRendering string string htmlelement
to to string string htmlelement
transform transform string string htmlelement
u1 u1 string string htmlelement
u2 u2 string string htmlelement
underlinePosition underlinePosition string string htmlelement
underlineThickness underlineThickness string string htmlelement
unicode unicode string string htmlelement
unicodeBidi unicodeBidi string string htmlelement
unicodeRange unicodeRange string string htmlelement
unitsPerEm unitsPerEm string string htmlelement
vAlphabetic vAlphabetic string string htmlelement
vHanging vHanging string string htmlelement
vIdeographic vIdeographic string string htmlelement
vMathematical vMathematical string string htmlelement
values values string string htmlelement
vectorEffect vectorEffect string string htmlelement
version version string string htmlelement
vertAdvY vertAdvY string string htmlelement
vertOriginX vertOriginX string string htmlelement
vertOriginY vertOriginY string string htmlelement
viewBox viewBox string string htmlelement
viewTarget viewTarget string string htmlelement
visibility visibility string string htmlelement
widths widths string string htmlelement
wordSpacing wordSpacing string string htmlelement
writingMode writingMode string string htmlelement
x x string string htmlelement
x1 x1 string string htmlelement
x2 x2 string string htmlelement
xChannelSelector xChannelSelector string string htmlelement
xHeight xHeight string string htmlelement
xlinkActuate xlinkActuate string string htmlelement
xlinkArcrole xlinkArcrole string string htmlelement
xlinkHref xlinkHref string string htmlelement
xlinkRole xlinkRole string string htmlelement
xlinkShow xlinkShow string string htmlelement
xlinkTitle xlinkTitle string string htmlelement
xlinkType xlinkType string string htmlelement
xmlns xmlns string string htmlelement
xmlnsXlink xmlnsXlink string string htmlelement
xmlBase xmlBase string string htmlelement
xmlLang xmlLang string string htmlelement
xmlSpace xmlSpace string string htmlelement
y y string string htmlelement
y1 y1 string string htmlelement
y2 y2 string string htmlelement
yChannelSelector yChannelSelector string string htmlelement
z z string string htmlelement
zoomAndPan zoomAndPan string string htmlelement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
js js htmlelement
Attributes
Name Tag Type Default Inherited Flags Description
autoCapitalize autoCapitalize string string htmlelement
autoCorrect autoCorrect string string htmlelement
property property string string htmlelement
itemProp itemProp string string htmlelement
itemScope itemScope string string htmlelement
itemType itemType string string htmlelement
itemRef itemRef string string htmlelement
itemID itemID string string htmlelement
unselectable unselectable string string htmlelement
results results string string htmlelement
autoSave autoSave string string htmlelement
class class string string htmlelement
aria__ aria-* string string htmlelement
data__ data-* string string htmlelement
accept accept string string htmlelement
acceptCharset acceptCharset string string htmlelement
accessKey accessKey string string htmlelement
action action string string htmlelement
allowFullScreen allowFullScreen string string htmlelement
allowTransparency allowTransparency string string htmlelement
alt alt string string htmlelement
async async string string htmlelement
autoComplete autoComplete string string htmlelement
autoFocus autoFocus string string htmlelement
autoPlay autoPlay string string htmlelement
capture capture string string htmlelement
cellPadding cellPadding string string htmlelement
cellSpacing cellSpacing string string htmlelement
charSet charSet string string htmlelement
challenge challenge string string htmlelement
checked checked string string htmlelement
classID classID string string htmlelement
className className string string htmlelement
cols cols string string htmlelement
colSpan colSpan string string htmlelement
content content string string htmlelement
contentEditable contentEditable string string htmlelement
contextMenu contextMenu string string htmlelement
controls controls string string htmlelement
coords coords string string htmlelement
crossOrigin crossOrigin string string htmlelement
data data string string htmlelement
dateTime dateTime string string htmlelement
defer defer string string htmlelement
dir dir string string htmlelement
disabled disabled string string htmlelement
download download string string htmlelement
draggable draggable string string htmlelement
encType encType string string htmlelement
form form string string htmlelement
formAction formAction string string htmlelement
formEncType formEncType string string htmlelement
formMethod formMethod string string htmlelement
formNoValidate formNoValidate string string htmlelement
formTarget formTarget string string htmlelement
frameBorder frameBorder string string htmlelement
headers headers string string htmlelement
height height string string htmlelement
hidden hidden string string htmlelement
high high string string htmlelement
href href string string htmlelement
hrefLang hrefLang string string htmlelement
htmlFor htmlFor string string htmlelement
httpEquiv httpEquiv string string htmlelement
icon icon string string htmlelement
id id string string htmlelement
inputMode inputMode string string htmlelement
keyParams keyParams string string htmlelement
keyType keyType string string htmlelement
_label @label string string htmlelement
lang lang string string htmlelement
list list string string htmlelement
loop loop string string htmlelement
low low string string htmlelement
manifest manifest string string htmlelement
marginHeight marginHeight string string htmlelement
marginWidth marginWidth string string htmlelement
max max string string htmlelement
maxLength maxLength string string htmlelement
media media string string htmlelement
mediaGroup mediaGroup string string htmlelement
method method string string htmlelement
min min string string htmlelement
minLength minLength string string htmlelement
multiple multiple string string htmlelement
muted muted string string htmlelement
name name string string htmlelement
noValidate noValidate string string htmlelement
open open string string htmlelement
optimum optimum string string htmlelement
pattern pattern string string htmlelement
placeholder placeholder string string htmlelement
poster poster string string htmlelement
preload preload string string htmlelement
radioGroup radioGroup string string htmlelement
readOnly readOnly string string htmlelement
rel rel string string htmlelement
required required string string htmlelement
role role string string htmlelement
rows rows string string htmlelement
rowSpan rowSpan string string htmlelement
sandbox sandbox string string htmlelement
scope scope string string htmlelement
scoped scoped string string htmlelement
scrolling scrolling string string htmlelement
seamless seamless string string htmlelement
selected selected string string htmlelement
shape shape string string htmlelement
size size string string htmlelement
sizes sizes string string htmlelement
_span @span string string htmlelement
spellCheck spellCheck string string htmlelement
src src string string htmlelement
srcDoc srcDoc string string htmlelement
srcSet srcSet string string htmlelement
start start string string htmlelement
step step string string htmlelement
style style string string htmlelement
_summary @summary string string htmlelement
tabIndex tabIndex string string htmlelement
target target string string htmlelement
title title string string htmlelement
type type string string htmlelement
useMap useMap string string htmlelement
value value string string htmlelement
width width string string htmlelement
wmode wmode string string htmlelement
wrap wrap string string htmlelement
static static string string htmlelement
accentHeight accentHeight string string htmlelement
accumulate accumulate string string htmlelement
additive additive string string htmlelement
alignmentBaseline alignmentBaseline string string htmlelement
allowReorder allowReorder string string htmlelement
alphabetic alphabetic string string htmlelement
amplitude amplitude string string htmlelement
arabicForm arabicForm string string htmlelement
ascent ascent string string htmlelement
attributeName attributeName string string htmlelement
attributeType attributeType string string htmlelement
autoReverse autoReverse string string htmlelement
azimuth azimuth string string htmlelement
baseFrequency baseFrequency string string htmlelement
baseProfile baseProfile string string htmlelement
baselineShift baselineShift string string htmlelement
bbox bbox string string htmlelement
begin begin string string htmlelement
bias bias string string htmlelement
by by string string htmlelement
calcMode calcMode string string htmlelement
capHeight capHeight string string htmlelement
clip clip string string htmlelement
clipPath clipPath string string htmlelement
clipPathUnits clipPathUnits string string htmlelement
clipRule clipRule string string htmlelement
colorInterpolation colorInterpolation string string htmlelement
colorInterpolationFilters colorInterpolationFilters string string htmlelement
colorProfile colorProfile string string htmlelement
colorRendering colorRendering string string htmlelement
contentScriptType contentScriptType string string htmlelement
contentStyleType contentStyleType string string htmlelement
cursor cursor string string htmlelement
cx cx string string htmlelement
cy cy string string htmlelement
d d string string htmlelement
decelerate decelerate string string htmlelement
descent descent string string htmlelement
diffuseConstant diffuseConstant string string htmlelement
direction direction string string htmlelement
display display string string htmlelement
divisor divisor string string htmlelement
dominantBaseline dominantBaseline string string htmlelement
dur dur string string htmlelement
dx dx string string htmlelement
dy dy string string htmlelement
edgeMode edgeMode string string htmlelement
elevation elevation string string htmlelement
enableBackground enableBackground string string htmlelement
end end string string htmlelement
exponent exponent string string htmlelement
externalResourcesRequired externalResourcesRequired string string htmlelement
fill fill string string htmlelement
fillOpacity fillOpacity string string htmlelement
fillRule fillRule string string htmlelement
_filter @filter string string htmlelement
filterRes filterRes string string htmlelement
filterUnits filterUnits string string htmlelement
floodColor floodColor string string htmlelement
floodOpacity floodOpacity string string htmlelement
focusable focusable string string htmlelement
fontFamily fontFamily string string htmlelement
fontSize fontSize string string htmlelement
fontSizeAdjust fontSizeAdjust string string htmlelement
fontStretch fontStretch string string htmlelement
fontStyle fontStyle string string htmlelement
fontVariant fontVariant string string htmlelement
fontWeight fontWeight string string htmlelement
format format string string htmlelement
from from string string htmlelement
fx fx string string htmlelement
fy fy string string htmlelement
g1 g1 string string htmlelement
g2 g2 string string htmlelement
glyphName glyphName string string htmlelement
glyphOrientationHorizontal glyphOrientationHorizontal string string htmlelement
glyphOrientationVertical glyphOrientationVertical string string htmlelement
glyphRef glyphRef string string htmlelement
gradientTransform gradientTransform string string htmlelement
gradientUnits gradientUnits string string htmlelement
hanging hanging string string htmlelement
horizAdvX horizAdvX string string htmlelement
horizOriginX horizOriginX string string htmlelement
ideographic ideographic string string htmlelement
imageRendering imageRendering string string htmlelement
in in string string htmlelement
in2 in2 string string htmlelement
intercept intercept string string htmlelement
k k string string htmlelement
k1 k1 string string htmlelement
k2 k2 string string htmlelement
k3 k3 string string htmlelement
k4 k4 string string htmlelement
kernelMatrix kernelMatrix string string htmlelement
kernelUnitLength kernelUnitLength string string htmlelement
kerning kerning string string htmlelement
keyPoints keyPoints string string htmlelement
keySplines keySplines string string htmlelement
keyTimes keyTimes string string htmlelement
lengthAdjust lengthAdjust string string htmlelement
letterSpacing letterSpacing string string htmlelement
lightingColor lightingColor string string htmlelement
limitingConeAngle limitingConeAngle string string htmlelement
local local string string htmlelement
markerEnd markerEnd string string htmlelement
markerHeight markerHeight string string htmlelement
markerMid markerMid string string htmlelement
markerStart markerStart string string htmlelement
markerUnits markerUnits string string htmlelement
markerWidth markerWidth string string htmlelement
mask mask string string htmlelement
maskContentUnits maskContentUnits string string htmlelement
maskUnits maskUnits string string htmlelement
mathematical mathematical string string htmlelement
mode mode string string htmlelement
numOctaves numOctaves string string htmlelement
offset offset string string htmlelement
opacity opacity string string htmlelement
operator operator string string htmlelement
order order string string htmlelement
orient orient string string htmlelement
orientation orientation string string htmlelement
origin origin string string htmlelement
overflow overflow string string htmlelement
overlinePosition overlinePosition string string htmlelement
overlineThickness overlineThickness string string htmlelement
paintOrder paintOrder string string htmlelement
panose1 panose1 string string htmlelement
pathLength pathLength string string htmlelement
patternContentUnits patternContentUnits string string htmlelement
patternTransform patternTransform string string htmlelement
patternUnits patternUnits string string htmlelement
pointerEvents pointerEvents string string htmlelement
points points string string htmlelement
pointsAtX pointsAtX string string htmlelement
pointsAtY pointsAtY string string htmlelement
pointsAtZ pointsAtZ string string htmlelement
preserveAlpha preserveAlpha string string htmlelement
preserveAspectRatio preserveAspectRatio string string htmlelement
primitiveUnits primitiveUnits string string htmlelement
r r string string htmlelement
radius radius string string htmlelement
refX refX string string htmlelement
refY refY string string htmlelement
renderingIntent renderingIntent string string htmlelement
repeatCount repeatCount string string htmlelement
repeatDur repeatDur string string htmlelement
requiredExtensions requiredExtensions string string htmlelement
requiredFeatures requiredFeatures string string htmlelement
restart restart string string htmlelement
result result string string htmlelement
rotate rotate string string htmlelement
rx rx string string htmlelement
ry ry string string htmlelement
scale scale string string htmlelement
seed seed string string htmlelement
shapeRendering shapeRendering string string htmlelement
slope slope string string htmlelement
spacing spacing string string htmlelement
specularConstant specularConstant string string htmlelement
specularExponent specularExponent string string htmlelement
speed speed string string htmlelement
spreadMethod spreadMethod string string htmlelement
startOffset startOffset string string htmlelement
stdDeviation stdDeviation string string htmlelement
stemh stemh string string htmlelement
stemv stemv string string htmlelement
stitchTiles stitchTiles string string htmlelement
stopColor stopColor string string htmlelement
stopOpacity stopOpacity string string htmlelement
strikethroughPosition strikethroughPosition string string htmlelement
strikethroughThickness strikethroughThickness string string htmlelement
string string string string htmlelement
stroke stroke string string htmlelement
strokeDasharray strokeDasharray string string htmlelement
strokeDashoffset strokeDashoffset string string htmlelement
strokeLinecap strokeLinecap string string htmlelement
strokeLinejoin strokeLinejoin string string htmlelement
strokeMiterlimit strokeMiterlimit string string htmlelement
strokeOpacity strokeOpacity string string htmlelement
strokeWidth strokeWidth string string htmlelement
surfaceScale surfaceScale string string htmlelement
systemLanguage systemLanguage string string htmlelement
tableValues tableValues string string htmlelement
targetX targetX string string htmlelement
targetY targetY string string htmlelement
textAnchor textAnchor string string htmlelement
textDecoration textDecoration string string htmlelement
textLength textLength string string htmlelement
textRendering textRendering string string htmlelement
to to string string htmlelement
transform transform string string htmlelement
u1 u1 string string htmlelement
u2 u2 string string htmlelement
underlinePosition underlinePosition string string htmlelement
underlineThickness underlineThickness string string htmlelement
unicode unicode string string htmlelement
unicodeBidi unicodeBidi string string htmlelement
unicodeRange unicodeRange string string htmlelement
unitsPerEm unitsPerEm string string htmlelement
vAlphabetic vAlphabetic string string htmlelement
vHanging vHanging string string htmlelement
vIdeographic vIdeographic string string htmlelement
vMathematical vMathematical string string htmlelement
values values string string htmlelement
vectorEffect vectorEffect string string htmlelement
version version string string htmlelement
vertAdvY vertAdvY string string htmlelement
vertOriginX vertOriginX string string htmlelement
vertOriginY vertOriginY string string htmlelement
viewBox viewBox string string htmlelement
viewTarget viewTarget string string htmlelement
visibility visibility string string htmlelement
widths widths string string htmlelement
wordSpacing wordSpacing string string htmlelement
writingMode writingMode string string htmlelement
x x string string htmlelement
x1 x1 string string htmlelement
x2 x2 string string htmlelement
xChannelSelector xChannelSelector string string htmlelement
xHeight xHeight string string htmlelement
xlinkActuate xlinkActuate string string htmlelement
xlinkArcrole xlinkArcrole string string htmlelement
xlinkHref xlinkHref string string htmlelement
xlinkRole xlinkRole string string htmlelement
xlinkShow xlinkShow string string htmlelement
xlinkTitle xlinkTitle string string htmlelement
xlinkType xlinkType string string htmlelement
xmlns xmlns string string htmlelement
xmlnsXlink xmlnsXlink string string htmlelement
xmlBase xmlBase string string htmlelement
xmlLang xmlLang string string htmlelement
xmlSpace xmlSpace string string htmlelement
y y string string htmlelement
y1 y1 string string htmlelement
y2 y2 string string htmlelement
yChannelSelector yChannelSelector string string htmlelement
z z string string htmlelement
zoomAndPan zoomAndPan string string htmlelement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
css css htmlelement
Attributes
Name Tag Type Default Inherited Flags Description
autoCapitalize autoCapitalize string string htmlelement
autoCorrect autoCorrect string string htmlelement
property property string string htmlelement
itemProp itemProp string string htmlelement
itemScope itemScope string string htmlelement
itemType itemType string string htmlelement
itemRef itemRef string string htmlelement
itemID itemID string string htmlelement
unselectable unselectable string string htmlelement
results results string string htmlelement
autoSave autoSave string string htmlelement
class class string string htmlelement
aria__ aria-* string string htmlelement
data__ data-* string string htmlelement
accept accept string string htmlelement
acceptCharset acceptCharset string string htmlelement
accessKey accessKey string string htmlelement
action action string string htmlelement
allowFullScreen allowFullScreen string string htmlelement
allowTransparency allowTransparency string string htmlelement
alt alt string string htmlelement
async async string string htmlelement
autoComplete autoComplete string string htmlelement
autoFocus autoFocus string string htmlelement
autoPlay autoPlay string string htmlelement
capture capture string string htmlelement
cellPadding cellPadding string string htmlelement
cellSpacing cellSpacing string string htmlelement
charSet charSet string string htmlelement
challenge challenge string string htmlelement
checked checked string string htmlelement
classID classID string string htmlelement
className className string string htmlelement
cols cols string string htmlelement
colSpan colSpan string string htmlelement
content content string string htmlelement
contentEditable contentEditable string string htmlelement
contextMenu contextMenu string string htmlelement
controls controls string string htmlelement
coords coords string string htmlelement
crossOrigin crossOrigin string string htmlelement
data data string string htmlelement
dateTime dateTime string string htmlelement
defer defer string string htmlelement
dir dir string string htmlelement
disabled disabled string string htmlelement
download download string string htmlelement
draggable draggable string string htmlelement
encType encType string string htmlelement
form form string string htmlelement
formAction formAction string string htmlelement
formEncType formEncType string string htmlelement
formMethod formMethod string string htmlelement
formNoValidate formNoValidate string string htmlelement
formTarget formTarget string string htmlelement
frameBorder frameBorder string string htmlelement
headers headers string string htmlelement
height height string string htmlelement
hidden hidden string string htmlelement
high high string string htmlelement
href href string string htmlelement
hrefLang hrefLang string string htmlelement
htmlFor htmlFor string string htmlelement
httpEquiv httpEquiv string string htmlelement
icon icon string string htmlelement
id id string string htmlelement
inputMode inputMode string string htmlelement
keyParams keyParams string string htmlelement
keyType keyType string string htmlelement
_label @label string string htmlelement
lang lang string string htmlelement
list list string string htmlelement
loop loop string string htmlelement
low low string string htmlelement
manifest manifest string string htmlelement
marginHeight marginHeight string string htmlelement
marginWidth marginWidth string string htmlelement
max max string string htmlelement
maxLength maxLength string string htmlelement
media media string string htmlelement
mediaGroup mediaGroup string string htmlelement
method method string string htmlelement
min min string string htmlelement
minLength minLength string string htmlelement
multiple multiple string string htmlelement
muted muted string string htmlelement
name name string string htmlelement
noValidate noValidate string string htmlelement
open open string string htmlelement
optimum optimum string string htmlelement
pattern pattern string string htmlelement
placeholder placeholder string string htmlelement
poster poster string string htmlelement
preload preload string string htmlelement
radioGroup radioGroup string string htmlelement
readOnly readOnly string string htmlelement
rel rel string string htmlelement
required required string string htmlelement
role role string string htmlelement
rows rows string string htmlelement
rowSpan rowSpan string string htmlelement
sandbox sandbox string string htmlelement
scope scope string string htmlelement
scoped scoped string string htmlelement
scrolling scrolling string string htmlelement
seamless seamless string string htmlelement
selected selected string string htmlelement
shape shape string string htmlelement
size size string string htmlelement
sizes sizes string string htmlelement
_span @span string string htmlelement
spellCheck spellCheck string string htmlelement
src src string string htmlelement
srcDoc srcDoc string string htmlelement
srcSet srcSet string string htmlelement
start start string string htmlelement
step step string string htmlelement
style style string string htmlelement
_summary @summary string string htmlelement
tabIndex tabIndex string string htmlelement
target target string string htmlelement
title title string string htmlelement
type type string string htmlelement
useMap useMap string string htmlelement
value value string string htmlelement
width width string string htmlelement
wmode wmode string string htmlelement
wrap wrap string string htmlelement
static static string string htmlelement
accentHeight accentHeight string string htmlelement
accumulate accumulate string string htmlelement
additive additive string string htmlelement
alignmentBaseline alignmentBaseline string string htmlelement
allowReorder allowReorder string string htmlelement
alphabetic alphabetic string string htmlelement
amplitude amplitude string string htmlelement
arabicForm arabicForm string string htmlelement
ascent ascent string string htmlelement
attributeName attributeName string string htmlelement
attributeType attributeType string string htmlelement
autoReverse autoReverse string string htmlelement
azimuth azimuth string string htmlelement
baseFrequency baseFrequency string string htmlelement
baseProfile baseProfile string string htmlelement
baselineShift baselineShift string string htmlelement
bbox bbox string string htmlelement
begin begin string string htmlelement
bias bias string string htmlelement
by by string string htmlelement
calcMode calcMode string string htmlelement
capHeight capHeight string string htmlelement
clip clip string string htmlelement
clipPath clipPath string string htmlelement
clipPathUnits clipPathUnits string string htmlelement
clipRule clipRule string string htmlelement
colorInterpolation colorInterpolation string string htmlelement
colorInterpolationFilters colorInterpolationFilters string string htmlelement
colorProfile colorProfile string string htmlelement
colorRendering colorRendering string string htmlelement
contentScriptType contentScriptType string string htmlelement
contentStyleType contentStyleType string string htmlelement
cursor cursor string string htmlelement
cx cx string string htmlelement
cy cy string string htmlelement
d d string string htmlelement
decelerate decelerate string string htmlelement
descent descent string string htmlelement
diffuseConstant diffuseConstant string string htmlelement
direction direction string string htmlelement
display display string string htmlelement
divisor divisor string string htmlelement
dominantBaseline dominantBaseline string string htmlelement
dur dur string string htmlelement
dx dx string string htmlelement
dy dy string string htmlelement
edgeMode edgeMode string string htmlelement
elevation elevation string string htmlelement
enableBackground enableBackground string string htmlelement
end end string string htmlelement
exponent exponent string string htmlelement
externalResourcesRequired externalResourcesRequired string string htmlelement
fill fill string string htmlelement
fillOpacity fillOpacity string string htmlelement
fillRule fillRule string string htmlelement
_filter @filter string string htmlelement
filterRes filterRes string string htmlelement
filterUnits filterUnits string string htmlelement
floodColor floodColor string string htmlelement
floodOpacity floodOpacity string string htmlelement
focusable focusable string string htmlelement
fontFamily fontFamily string string htmlelement
fontSize fontSize string string htmlelement
fontSizeAdjust fontSizeAdjust string string htmlelement
fontStretch fontStretch string string htmlelement
fontStyle fontStyle string string htmlelement
fontVariant fontVariant string string htmlelement
fontWeight fontWeight string string htmlelement
format format string string htmlelement
from from string string htmlelement
fx fx string string htmlelement
fy fy string string htmlelement
g1 g1 string string htmlelement
g2 g2 string string htmlelement
glyphName glyphName string string htmlelement
glyphOrientationHorizontal glyphOrientationHorizontal string string htmlelement
glyphOrientationVertical glyphOrientationVertical string string htmlelement
glyphRef glyphRef string string htmlelement
gradientTransform gradientTransform string string htmlelement
gradientUnits gradientUnits string string htmlelement
hanging hanging string string htmlelement
horizAdvX horizAdvX string string htmlelement
horizOriginX horizOriginX string string htmlelement
ideographic ideographic string string htmlelement
imageRendering imageRendering string string htmlelement
in in string string htmlelement
in2 in2 string string htmlelement
intercept intercept string string htmlelement
k k string string htmlelement
k1 k1 string string htmlelement
k2 k2 string string htmlelement
k3 k3 string string htmlelement
k4 k4 string string htmlelement
kernelMatrix kernelMatrix string string htmlelement
kernelUnitLength kernelUnitLength string string htmlelement
kerning kerning string string htmlelement
keyPoints keyPoints string string htmlelement
keySplines keySplines string string htmlelement
keyTimes keyTimes string string htmlelement
lengthAdjust lengthAdjust string string htmlelement
letterSpacing letterSpacing string string htmlelement
lightingColor lightingColor string string htmlelement
limitingConeAngle limitingConeAngle string string htmlelement
local local string string htmlelement
markerEnd markerEnd string string htmlelement
markerHeight markerHeight string string htmlelement
markerMid markerMid string string htmlelement
markerStart markerStart string string htmlelement
markerUnits markerUnits string string htmlelement
markerWidth markerWidth string string htmlelement
mask mask string string htmlelement
maskContentUnits maskContentUnits string string htmlelement
maskUnits maskUnits string string htmlelement
mathematical mathematical string string htmlelement
mode mode string string htmlelement
numOctaves numOctaves string string htmlelement
offset offset string string htmlelement
opacity opacity string string htmlelement
operator operator string string htmlelement
order order string string htmlelement
orient orient string string htmlelement
orientation orientation string string htmlelement
origin origin string string htmlelement
overflow overflow string string htmlelement
overlinePosition overlinePosition string string htmlelement
overlineThickness overlineThickness string string htmlelement
paintOrder paintOrder string string htmlelement
panose1 panose1 string string htmlelement
pathLength pathLength string string htmlelement
patternContentUnits patternContentUnits string string htmlelement
patternTransform patternTransform string string htmlelement
patternUnits patternUnits string string htmlelement
pointerEvents pointerEvents string string htmlelement
points points string string htmlelement
pointsAtX pointsAtX string string htmlelement
pointsAtY pointsAtY string string htmlelement
pointsAtZ pointsAtZ string string htmlelement
preserveAlpha preserveAlpha string string htmlelement
preserveAspectRatio preserveAspectRatio string string htmlelement
primitiveUnits primitiveUnits string string htmlelement
r r string string htmlelement
radius radius string string htmlelement
refX refX string string htmlelement
refY refY string string htmlelement
renderingIntent renderingIntent string string htmlelement
repeatCount repeatCount string string htmlelement
repeatDur repeatDur string string htmlelement
requiredExtensions requiredExtensions string string htmlelement
requiredFeatures requiredFeatures string string htmlelement
restart restart string string htmlelement
result result string string htmlelement
rotate rotate string string htmlelement
rx rx string string htmlelement
ry ry string string htmlelement
scale scale string string htmlelement
seed seed string string htmlelement
shapeRendering shapeRendering string string htmlelement
slope slope string string htmlelement
spacing spacing string string htmlelement
specularConstant specularConstant string string htmlelement
specularExponent specularExponent string string htmlelement
speed speed string string htmlelement
spreadMethod spreadMethod string string htmlelement
startOffset startOffset string string htmlelement
stdDeviation stdDeviation string string htmlelement
stemh stemh string string htmlelement
stemv stemv string string htmlelement
stitchTiles stitchTiles string string htmlelement
stopColor stopColor string string htmlelement
stopOpacity stopOpacity string string htmlelement
strikethroughPosition strikethroughPosition string string htmlelement
strikethroughThickness strikethroughThickness string string htmlelement
string string string string htmlelement
stroke stroke string string htmlelement
strokeDasharray strokeDasharray string string htmlelement
strokeDashoffset strokeDashoffset string string htmlelement
strokeLinecap strokeLinecap string string htmlelement
strokeLinejoin strokeLinejoin string string htmlelement
strokeMiterlimit strokeMiterlimit string string htmlelement
strokeOpacity strokeOpacity string string htmlelement
strokeWidth strokeWidth string string htmlelement
surfaceScale surfaceScale string string htmlelement
systemLanguage systemLanguage string string htmlelement
tableValues tableValues string string htmlelement
targetX targetX string string htmlelement
targetY targetY string string htmlelement
textAnchor textAnchor string string htmlelement
textDecoration textDecoration string string htmlelement
textLength textLength string string htmlelement
textRendering textRendering string string htmlelement
to to string string htmlelement
transform transform string string htmlelement
u1 u1 string string htmlelement
u2 u2 string string htmlelement
underlinePosition underlinePosition string string htmlelement
underlineThickness underlineThickness string string htmlelement
unicode unicode string string htmlelement
unicodeBidi unicodeBidi string string htmlelement
unicodeRange unicodeRange string string htmlelement
unitsPerEm unitsPerEm string string htmlelement
vAlphabetic vAlphabetic string string htmlelement
vHanging vHanging string string htmlelement
vIdeographic vIdeographic string string htmlelement
vMathematical vMathematical string string htmlelement
values values string string htmlelement
vectorEffect vectorEffect string string htmlelement
version version string string htmlelement
vertAdvY vertAdvY string string htmlelement
vertOriginX vertOriginX string string htmlelement
vertOriginY vertOriginY string string htmlelement
viewBox viewBox string string htmlelement
viewTarget viewTarget string string htmlelement
visibility visibility string string htmlelement
widths widths string string htmlelement
wordSpacing wordSpacing string string htmlelement
writingMode writingMode string string htmlelement
x x string string htmlelement
x1 x1 string string htmlelement
x2 x2 string string htmlelement
xChannelSelector xChannelSelector string string htmlelement
xHeight xHeight string string htmlelement
xlinkActuate xlinkActuate string string htmlelement
xlinkArcrole xlinkArcrole string string htmlelement
xlinkHref xlinkHref string string htmlelement
xlinkRole xlinkRole string string htmlelement
xlinkShow xlinkShow string string htmlelement
xlinkTitle xlinkTitle string string htmlelement
xlinkType xlinkType string string htmlelement
xmlns xmlns string string htmlelement
xmlnsXlink xmlnsXlink string string htmlelement
xmlBase xmlBase string string htmlelement
xmlLang xmlLang string string htmlelement
xmlSpace xmlSpace string string htmlelement
y y string string htmlelement
y1 y1 string string htmlelement
y2 y2 string string htmlelement
yChannelSelector yChannelSelector string string htmlelement
z z string string htmlelement
zoomAndPan zoomAndPan string string htmlelement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
styleJsx style-jsx htmlelement
Attributes
Name Tag Type Default Inherited Flags Description
global global boolean false
autoCapitalize autoCapitalize string string htmlelement
autoCorrect autoCorrect string string htmlelement
property property string string htmlelement
itemProp itemProp string string htmlelement
itemScope itemScope string string htmlelement
itemType itemType string string htmlelement
itemRef itemRef string string htmlelement
itemID itemID string string htmlelement
unselectable unselectable string string htmlelement
results results string string htmlelement
autoSave autoSave string string htmlelement
class class string string htmlelement
aria__ aria-* string string htmlelement
data__ data-* string string htmlelement
accept accept string string htmlelement
acceptCharset acceptCharset string string htmlelement
accessKey accessKey string string htmlelement
action action string string htmlelement
allowFullScreen allowFullScreen string string htmlelement
allowTransparency allowTransparency string string htmlelement
alt alt string string htmlelement
async async string string htmlelement
autoComplete autoComplete string string htmlelement
autoFocus autoFocus string string htmlelement
autoPlay autoPlay string string htmlelement
capture capture string string htmlelement
cellPadding cellPadding string string htmlelement
cellSpacing cellSpacing string string htmlelement
charSet charSet string string htmlelement
challenge challenge string string htmlelement
checked checked string string htmlelement
classID classID string string htmlelement
className className string string htmlelement
cols cols string string htmlelement
colSpan colSpan string string htmlelement
content content string string htmlelement
contentEditable contentEditable string string htmlelement
contextMenu contextMenu string string htmlelement
controls controls string string htmlelement
coords coords string string htmlelement
crossOrigin crossOrigin string string htmlelement
data data string string htmlelement
dateTime dateTime string string htmlelement
defer defer string string htmlelement
dir dir string string htmlelement
disabled disabled string string htmlelement
download download string string htmlelement
draggable draggable string string htmlelement
encType encType string string htmlelement
form form string string htmlelement
formAction formAction string string htmlelement
formEncType formEncType string string htmlelement
formMethod formMethod string string htmlelement
formNoValidate formNoValidate string string htmlelement
formTarget formTarget string string htmlelement
frameBorder frameBorder string string htmlelement
headers headers string string htmlelement
height height string string htmlelement
hidden hidden string string htmlelement
high high string string htmlelement
href href string string htmlelement
hrefLang hrefLang string string htmlelement
htmlFor htmlFor string string htmlelement
httpEquiv httpEquiv string string htmlelement
icon icon string string htmlelement
id id string string htmlelement
inputMode inputMode string string htmlelement
keyParams keyParams string string htmlelement
keyType keyType string string htmlelement
_label @label string string htmlelement
lang lang string string htmlelement
list list string string htmlelement
loop loop string string htmlelement
low low string string htmlelement
manifest manifest string string htmlelement
marginHeight marginHeight string string htmlelement
marginWidth marginWidth string string htmlelement
max max string string htmlelement
maxLength maxLength string string htmlelement
media media string string htmlelement
mediaGroup mediaGroup string string htmlelement
method method string string htmlelement
min min string string htmlelement
minLength minLength string string htmlelement
multiple multiple string string htmlelement
muted muted string string htmlelement
name name string string htmlelement
noValidate noValidate string string htmlelement
open open string string htmlelement
optimum optimum string string htmlelement
pattern pattern string string htmlelement
placeholder placeholder string string htmlelement
poster poster string string htmlelement
preload preload string string htmlelement
radioGroup radioGroup string string htmlelement
readOnly readOnly string string htmlelement
rel rel string string htmlelement
required required string string htmlelement
role role string string htmlelement
rows rows string string htmlelement
rowSpan rowSpan string string htmlelement
sandbox sandbox string string htmlelement
scope scope string string htmlelement
scoped scoped string string htmlelement
scrolling scrolling string string htmlelement
seamless seamless string string htmlelement
selected selected string string htmlelement
shape shape string string htmlelement
size size string string htmlelement
sizes sizes string string htmlelement
_span @span string string htmlelement
spellCheck spellCheck string string htmlelement
src src string string htmlelement
srcDoc srcDoc string string htmlelement
srcSet srcSet string string htmlelement
start start string string htmlelement
step step string string htmlelement
style style string string htmlelement
_summary @summary string string htmlelement
tabIndex tabIndex string string htmlelement
target target string string htmlelement
title title string string htmlelement
type type string string htmlelement
useMap useMap string string htmlelement
value value string string htmlelement
width width string string htmlelement
wmode wmode string string htmlelement
wrap wrap string string htmlelement
static static string string htmlelement
accentHeight accentHeight string string htmlelement
accumulate accumulate string string htmlelement
additive additive string string htmlelement
alignmentBaseline alignmentBaseline string string htmlelement
allowReorder allowReorder string string htmlelement
alphabetic alphabetic string string htmlelement
amplitude amplitude string string htmlelement
arabicForm arabicForm string string htmlelement
ascent ascent string string htmlelement
attributeName attributeName string string htmlelement
attributeType attributeType string string htmlelement
autoReverse autoReverse string string htmlelement
azimuth azimuth string string htmlelement
baseFrequency baseFrequency string string htmlelement
baseProfile baseProfile string string htmlelement
baselineShift baselineShift string string htmlelement
bbox bbox string string htmlelement
begin begin string string htmlelement
bias bias string string htmlelement
by by string string htmlelement
calcMode calcMode string string htmlelement
capHeight capHeight string string htmlelement
clip clip string string htmlelement
clipPath clipPath string string htmlelement
clipPathUnits clipPathUnits string string htmlelement
clipRule clipRule string string htmlelement
colorInterpolation colorInterpolation string string htmlelement
colorInterpolationFilters colorInterpolationFilters string string htmlelement
colorProfile colorProfile string string htmlelement
colorRendering colorRendering string string htmlelement
contentScriptType contentScriptType string string htmlelement
contentStyleType contentStyleType string string htmlelement
cursor cursor string string htmlelement
cx cx string string htmlelement
cy cy string string htmlelement
d d string string htmlelement
decelerate decelerate string string htmlelement
descent descent string string htmlelement
diffuseConstant diffuseConstant string string htmlelement
direction direction string string htmlelement
display display string string htmlelement
divisor divisor string string htmlelement
dominantBaseline dominantBaseline string string htmlelement
dur dur string string htmlelement
dx dx string string htmlelement
dy dy string string htmlelement
edgeMode edgeMode string string htmlelement
elevation elevation string string htmlelement
enableBackground enableBackground string string htmlelement
end end string string htmlelement
exponent exponent string string htmlelement
externalResourcesRequired externalResourcesRequired string string htmlelement
fill fill string string htmlelement
fillOpacity fillOpacity string string htmlelement
fillRule fillRule string string htmlelement
_filter @filter string string htmlelement
filterRes filterRes string string htmlelement
filterUnits filterUnits string string htmlelement
floodColor floodColor string string htmlelement
floodOpacity floodOpacity string string htmlelement
focusable focusable string string htmlelement
fontFamily fontFamily string string htmlelement
fontSize fontSize string string htmlelement
fontSizeAdjust fontSizeAdjust string string htmlelement
fontStretch fontStretch string string htmlelement
fontStyle fontStyle string string htmlelement
fontVariant fontVariant string string htmlelement
fontWeight fontWeight string string htmlelement
format format string string htmlelement
from from string string htmlelement
fx fx string string htmlelement
fy fy string string htmlelement
g1 g1 string string htmlelement
g2 g2 string string htmlelement
glyphName glyphName string string htmlelement
glyphOrientationHorizontal glyphOrientationHorizontal string string htmlelement
glyphOrientationVertical glyphOrientationVertical string string htmlelement
glyphRef glyphRef string string htmlelement
gradientTransform gradientTransform string string htmlelement
gradientUnits gradientUnits string string htmlelement
hanging hanging string string htmlelement
horizAdvX horizAdvX string string htmlelement
horizOriginX horizOriginX string string htmlelement
ideographic ideographic string string htmlelement
imageRendering imageRendering string string htmlelement
in in string string htmlelement
in2 in2 string string htmlelement
intercept intercept string string htmlelement
k k string string htmlelement
k1 k1 string string htmlelement
k2 k2 string string htmlelement
k3 k3 string string htmlelement
k4 k4 string string htmlelement
kernelMatrix kernelMatrix string string htmlelement
kernelUnitLength kernelUnitLength string string htmlelement
kerning kerning string string htmlelement
keyPoints keyPoints string string htmlelement
keySplines keySplines string string htmlelement
keyTimes keyTimes string string htmlelement
lengthAdjust lengthAdjust string string htmlelement
letterSpacing letterSpacing string string htmlelement
lightingColor lightingColor string string htmlelement
limitingConeAngle limitingConeAngle string string htmlelement
local local string string htmlelement
markerEnd markerEnd string string htmlelement
markerHeight markerHeight string string htmlelement
markerMid markerMid string string htmlelement
markerStart markerStart string string htmlelement
markerUnits markerUnits string string htmlelement
markerWidth markerWidth string string htmlelement
mask mask string string htmlelement
maskContentUnits maskContentUnits string string htmlelement
maskUnits maskUnits string string htmlelement
mathematical mathematical string string htmlelement
mode mode string string htmlelement
numOctaves numOctaves string string htmlelement
offset offset string string htmlelement
opacity opacity string string htmlelement
operator operator string string htmlelement
order order string string htmlelement
orient orient string string htmlelement
orientation orientation string string htmlelement
origin origin string string htmlelement
overflow overflow string string htmlelement
overlinePosition overlinePosition string string htmlelement
overlineThickness overlineThickness string string htmlelement
paintOrder paintOrder string string htmlelement
panose1 panose1 string string htmlelement
pathLength pathLength string string htmlelement
patternContentUnits patternContentUnits string string htmlelement
patternTransform patternTransform string string htmlelement
patternUnits patternUnits string string htmlelement
pointerEvents pointerEvents string string htmlelement
points points string string htmlelement
pointsAtX pointsAtX string string htmlelement
pointsAtY pointsAtY string string htmlelement
pointsAtZ pointsAtZ string string htmlelement
preserveAlpha preserveAlpha string string htmlelement
preserveAspectRatio preserveAspectRatio string string htmlelement
primitiveUnits primitiveUnits string string htmlelement
r r string string htmlelement
radius radius string string htmlelement
refX refX string string htmlelement
refY refY string string htmlelement
renderingIntent renderingIntent string string htmlelement
repeatCount repeatCount string string htmlelement
repeatDur repeatDur string string htmlelement
requiredExtensions requiredExtensions string string htmlelement
requiredFeatures requiredFeatures string string htmlelement
restart restart string string htmlelement
result result string string htmlelement
rotate rotate string string htmlelement
rx rx string string htmlelement
ry ry string string htmlelement
scale scale string string htmlelement
seed seed string string htmlelement
shapeRendering shapeRendering string string htmlelement
slope slope string string htmlelement
spacing spacing string string htmlelement
specularConstant specularConstant string string htmlelement
specularExponent specularExponent string string htmlelement
speed speed string string htmlelement
spreadMethod spreadMethod string string htmlelement
startOffset startOffset string string htmlelement
stdDeviation stdDeviation string string htmlelement
stemh stemh string string htmlelement
stemv stemv string string htmlelement
stitchTiles stitchTiles string string htmlelement
stopColor stopColor string string htmlelement
stopOpacity stopOpacity string string htmlelement
strikethroughPosition strikethroughPosition string string htmlelement
strikethroughThickness strikethroughThickness string string htmlelement
string string string string htmlelement
stroke stroke string string htmlelement
strokeDasharray strokeDasharray string string htmlelement
strokeDashoffset strokeDashoffset string string htmlelement
strokeLinecap strokeLinecap string string htmlelement
strokeLinejoin strokeLinejoin string string htmlelement
strokeMiterlimit strokeMiterlimit string string htmlelement
strokeOpacity strokeOpacity string string htmlelement
strokeWidth strokeWidth string string htmlelement
surfaceScale surfaceScale string string htmlelement
systemLanguage systemLanguage string string htmlelement
tableValues tableValues string string htmlelement
targetX targetX string string htmlelement
targetY targetY string string htmlelement
textAnchor textAnchor string string htmlelement
textDecoration textDecoration string string htmlelement
textLength textLength string string htmlelement
textRendering textRendering string string htmlelement
to to string string htmlelement
transform transform string string htmlelement
u1 u1 string string htmlelement
u2 u2 string string htmlelement
underlinePosition underlinePosition string string htmlelement
underlineThickness underlineThickness string string htmlelement
unicode unicode string string htmlelement
unicodeBidi unicodeBidi string string htmlelement
unicodeRange unicodeRange string string htmlelement
unitsPerEm unitsPerEm string string htmlelement
vAlphabetic vAlphabetic string string htmlelement
vHanging vHanging string string htmlelement
vIdeographic vIdeographic string string htmlelement
vMathematical vMathematical string string htmlelement
values values string string htmlelement
vectorEffect vectorEffect string string htmlelement
version version string string htmlelement
vertAdvY vertAdvY string string htmlelement
vertOriginX vertOriginX string string htmlelement
vertOriginY vertOriginY string string htmlelement
viewBox viewBox string string htmlelement
viewTarget viewTarget string string htmlelement
visibility visibility string string htmlelement
widths widths string string htmlelement
wordSpacing wordSpacing string string htmlelement
writingMode writingMode string string htmlelement
x x string string htmlelement
x1 x1 string string htmlelement
x2 x2 string string htmlelement
xChannelSelector xChannelSelector string string htmlelement
xHeight xHeight string string htmlelement
xlinkActuate xlinkActuate string string htmlelement
xlinkArcrole xlinkArcrole string string htmlelement
xlinkHref xlinkHref string string htmlelement
xlinkRole xlinkRole string string htmlelement
xlinkShow xlinkShow string string htmlelement
xlinkTitle xlinkTitle string string htmlelement
xlinkType xlinkType string string htmlelement
xmlns xmlns string string htmlelement
xmlnsXlink xmlnsXlink string string htmlelement
xmlBase xmlBase string string htmlelement
xmlLang xmlLang string string htmlelement
xmlSpace xmlSpace string string htmlelement
y y string string htmlelement
y1 y1 string string htmlelement
y2 y2 string string htmlelement
yChannelSelector yChannelSelector string string htmlelement
z z string string htmlelement
zoomAndPan zoomAndPan string string htmlelement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
styled styled htmlelement
Attributes
Name Tag Type Default Inherited Flags Description
global global boolean false
autoCapitalize autoCapitalize string string htmlelement
autoCorrect autoCorrect string string htmlelement
property property string string htmlelement
itemProp itemProp string string htmlelement
itemScope itemScope string string htmlelement
itemType itemType string string htmlelement
itemRef itemRef string string htmlelement
itemID itemID string string htmlelement
unselectable unselectable string string htmlelement
results results string string htmlelement
autoSave autoSave string string htmlelement
class class string string htmlelement
aria__ aria-* string string htmlelement
data__ data-* string string htmlelement
accept accept string string htmlelement
acceptCharset acceptCharset string string htmlelement
accessKey accessKey string string htmlelement
action action string string htmlelement
allowFullScreen allowFullScreen string string htmlelement
allowTransparency allowTransparency string string htmlelement
alt alt string string htmlelement
async async string string htmlelement
autoComplete autoComplete string string htmlelement
autoFocus autoFocus string string htmlelement
autoPlay autoPlay string string htmlelement
capture capture string string htmlelement
cellPadding cellPadding string string htmlelement
cellSpacing cellSpacing string string htmlelement
charSet charSet string string htmlelement
challenge challenge string string htmlelement
checked checked string string htmlelement
classID classID string string htmlelement
className className string string htmlelement
cols cols string string htmlelement
colSpan colSpan string string htmlelement
content content string string htmlelement
contentEditable contentEditable string string htmlelement
contextMenu contextMenu string string htmlelement
controls controls string string htmlelement
coords coords string string htmlelement
crossOrigin crossOrigin string string htmlelement
data data string string htmlelement
dateTime dateTime string string htmlelement
defer defer string string htmlelement
dir dir string string htmlelement
disabled disabled string string htmlelement
download download string string htmlelement
draggable draggable string string htmlelement
encType encType string string htmlelement
form form string string htmlelement
formAction formAction string string htmlelement
formEncType formEncType string string htmlelement
formMethod formMethod string string htmlelement
formNoValidate formNoValidate string string htmlelement
formTarget formTarget string string htmlelement
frameBorder frameBorder string string htmlelement
headers headers string string htmlelement
height height string string htmlelement
hidden hidden string string htmlelement
high high string string htmlelement
href href string string htmlelement
hrefLang hrefLang string string htmlelement
htmlFor htmlFor string string htmlelement
httpEquiv httpEquiv string string htmlelement
icon icon string string htmlelement
id id string string htmlelement
inputMode inputMode string string htmlelement
keyParams keyParams string string htmlelement
keyType keyType string string htmlelement
_label @label string string htmlelement
lang lang string string htmlelement
list list string string htmlelement
loop loop string string htmlelement
low low string string htmlelement
manifest manifest string string htmlelement
marginHeight marginHeight string string htmlelement
marginWidth marginWidth string string htmlelement
max max string string htmlelement
maxLength maxLength string string htmlelement
media media string string htmlelement
mediaGroup mediaGroup string string htmlelement
method method string string htmlelement
min min string string htmlelement
minLength minLength string string htmlelement
multiple multiple string string htmlelement
muted muted string string htmlelement
name name string string htmlelement
noValidate noValidate string string htmlelement
open open string string htmlelement
optimum optimum string string htmlelement
pattern pattern string string htmlelement
placeholder placeholder string string htmlelement
poster poster string string htmlelement
preload preload string string htmlelement
radioGroup radioGroup string string htmlelement
readOnly readOnly string string htmlelement
rel rel string string htmlelement
required required string string htmlelement
role role string string htmlelement
rows rows string string htmlelement
rowSpan rowSpan string string htmlelement
sandbox sandbox string string htmlelement
scope scope string string htmlelement
scoped scoped string string htmlelement
scrolling scrolling string string htmlelement
seamless seamless string string htmlelement
selected selected string string htmlelement
shape shape string string htmlelement
size size string string htmlelement
sizes sizes string string htmlelement
_span @span string string htmlelement
spellCheck spellCheck string string htmlelement
src src string string htmlelement
srcDoc srcDoc string string htmlelement
srcSet srcSet string string htmlelement
start start string string htmlelement
step step string string htmlelement
style style string string htmlelement
_summary @summary string string htmlelement
tabIndex tabIndex string string htmlelement
target target string string htmlelement
title title string string htmlelement
type type string string htmlelement
useMap useMap string string htmlelement
value value string string htmlelement
width width string string htmlelement
wmode wmode string string htmlelement
wrap wrap string string htmlelement
static static string string htmlelement
accentHeight accentHeight string string htmlelement
accumulate accumulate string string htmlelement
additive additive string string htmlelement
alignmentBaseline alignmentBaseline string string htmlelement
allowReorder allowReorder string string htmlelement
alphabetic alphabetic string string htmlelement
amplitude amplitude string string htmlelement
arabicForm arabicForm string string htmlelement
ascent ascent string string htmlelement
attributeName attributeName string string htmlelement
attributeType attributeType string string htmlelement
autoReverse autoReverse string string htmlelement
azimuth azimuth string string htmlelement
baseFrequency baseFrequency string string htmlelement
baseProfile baseProfile string string htmlelement
baselineShift baselineShift string string htmlelement
bbox bbox string string htmlelement
begin begin string string htmlelement
bias bias string string htmlelement
by by string string htmlelement
calcMode calcMode string string htmlelement
capHeight capHeight string string htmlelement
clip clip string string htmlelement
clipPath clipPath string string htmlelement
clipPathUnits clipPathUnits string string htmlelement
clipRule clipRule string string htmlelement
colorInterpolation colorInterpolation string string htmlelement
colorInterpolationFilters colorInterpolationFilters string string htmlelement
colorProfile colorProfile string string htmlelement
colorRendering colorRendering string string htmlelement
contentScriptType contentScriptType string string htmlelement
contentStyleType contentStyleType string string htmlelement
cursor cursor string string htmlelement
cx cx string string htmlelement
cy cy string string htmlelement
d d string string htmlelement
decelerate decelerate string string htmlelement
descent descent string string htmlelement
diffuseConstant diffuseConstant string string htmlelement
direction direction string string htmlelement
display display string string htmlelement
divisor divisor string string htmlelement
dominantBaseline dominantBaseline string string htmlelement
dur dur string string htmlelement
dx dx string string htmlelement
dy dy string string htmlelement
edgeMode edgeMode string string htmlelement
elevation elevation string string htmlelement
enableBackground enableBackground string string htmlelement
end end string string htmlelement
exponent exponent string string htmlelement
externalResourcesRequired externalResourcesRequired string string htmlelement
fill fill string string htmlelement
fillOpacity fillOpacity string string htmlelement
fillRule fillRule string string htmlelement
_filter @filter string string htmlelement
filterRes filterRes string string htmlelement
filterUnits filterUnits string string htmlelement
floodColor floodColor string string htmlelement
floodOpacity floodOpacity string string htmlelement
focusable focusable string string htmlelement
fontFamily fontFamily string string htmlelement
fontSize fontSize string string htmlelement
fontSizeAdjust fontSizeAdjust string string htmlelement
fontStretch fontStretch string string htmlelement
fontStyle fontStyle string string htmlelement
fontVariant fontVariant string string htmlelement
fontWeight fontWeight string string htmlelement
format format string string htmlelement
from from string string htmlelement
fx fx string string htmlelement
fy fy string string htmlelement
g1 g1 string string htmlelement
g2 g2 string string htmlelement
glyphName glyphName string string htmlelement
glyphOrientationHorizontal glyphOrientationHorizontal string string htmlelement
glyphOrientationVertical glyphOrientationVertical string string htmlelement
glyphRef glyphRef string string htmlelement
gradientTransform gradientTransform string string htmlelement
gradientUnits gradientUnits string string htmlelement
hanging hanging string string htmlelement
horizAdvX horizAdvX string string htmlelement
horizOriginX horizOriginX string string htmlelement
ideographic ideographic string string htmlelement
imageRendering imageRendering string string htmlelement
in in string string htmlelement
in2 in2 string string htmlelement
intercept intercept string string htmlelement
k k string string htmlelement
k1 k1 string string htmlelement
k2 k2 string string htmlelement
k3 k3 string string htmlelement
k4 k4 string string htmlelement
kernelMatrix kernelMatrix string string htmlelement
kernelUnitLength kernelUnitLength string string htmlelement
kerning kerning string string htmlelement
keyPoints keyPoints string string htmlelement
keySplines keySplines string string htmlelement
keyTimes keyTimes string string htmlelement
lengthAdjust lengthAdjust string string htmlelement
letterSpacing letterSpacing string string htmlelement
lightingColor lightingColor string string htmlelement
limitingConeAngle limitingConeAngle string string htmlelement
local local string string htmlelement
markerEnd markerEnd string string htmlelement
markerHeight markerHeight string string htmlelement
markerMid markerMid string string htmlelement
markerStart markerStart string string htmlelement
markerUnits markerUnits string string htmlelement
markerWidth markerWidth string string htmlelement
mask mask string string htmlelement
maskContentUnits maskContentUnits string string htmlelement
maskUnits maskUnits string string htmlelement
mathematical mathematical string string htmlelement
mode mode string string htmlelement
numOctaves numOctaves string string htmlelement
offset offset string string htmlelement
opacity opacity string string htmlelement
operator operator string string htmlelement
order order string string htmlelement
orient orient string string htmlelement
orientation orientation string string htmlelement
origin origin string string htmlelement
overflow overflow string string htmlelement
overlinePosition overlinePosition string string htmlelement
overlineThickness overlineThickness string string htmlelement
paintOrder paintOrder string string htmlelement
panose1 panose1 string string htmlelement
pathLength pathLength string string htmlelement
patternContentUnits patternContentUnits string string htmlelement
patternTransform patternTransform string string htmlelement
patternUnits patternUnits string string htmlelement
pointerEvents pointerEvents string string htmlelement
points points string string htmlelement
pointsAtX pointsAtX string string htmlelement
pointsAtY pointsAtY string string htmlelement
pointsAtZ pointsAtZ string string htmlelement
preserveAlpha preserveAlpha string string htmlelement
preserveAspectRatio preserveAspectRatio string string htmlelement
primitiveUnits primitiveUnits string string htmlelement
r r string string htmlelement
radius radius string string htmlelement
refX refX string string htmlelement
refY refY string string htmlelement
renderingIntent renderingIntent string string htmlelement
repeatCount repeatCount string string htmlelement
repeatDur repeatDur string string htmlelement
requiredExtensions requiredExtensions string string htmlelement
requiredFeatures requiredFeatures string string htmlelement
restart restart string string htmlelement
result result string string htmlelement
rotate rotate string string htmlelement
rx rx string string htmlelement
ry ry string string htmlelement
scale scale string string htmlelement
seed seed string string htmlelement
shapeRendering shapeRendering string string htmlelement
slope slope string string htmlelement
spacing spacing string string htmlelement
specularConstant specularConstant string string htmlelement
specularExponent specularExponent string string htmlelement
speed speed string string htmlelement
spreadMethod spreadMethod string string htmlelement
startOffset startOffset string string htmlelement
stdDeviation stdDeviation string string htmlelement
stemh stemh string string htmlelement
stemv stemv string string htmlelement
stitchTiles stitchTiles string string htmlelement
stopColor stopColor string string htmlelement
stopOpacity stopOpacity string string htmlelement
strikethroughPosition strikethroughPosition string string htmlelement
strikethroughThickness strikethroughThickness string string htmlelement
string string string string htmlelement
stroke stroke string string htmlelement
strokeDasharray strokeDasharray string string htmlelement
strokeDashoffset strokeDashoffset string string htmlelement
strokeLinecap strokeLinecap string string htmlelement
strokeLinejoin strokeLinejoin string string htmlelement
strokeMiterlimit strokeMiterlimit string string htmlelement
strokeOpacity strokeOpacity string string htmlelement
strokeWidth strokeWidth string string htmlelement
surfaceScale surfaceScale string string htmlelement
systemLanguage systemLanguage string string htmlelement
tableValues tableValues string string htmlelement
targetX targetX string string htmlelement
targetY targetY string string htmlelement
textAnchor textAnchor string string htmlelement
textDecoration textDecoration string string htmlelement
textLength textLength string string htmlelement
textRendering textRendering string string htmlelement
to to string string htmlelement
transform transform string string htmlelement
u1 u1 string string htmlelement
u2 u2 string string htmlelement
underlinePosition underlinePosition string string htmlelement
underlineThickness underlineThickness string string htmlelement
unicode unicode string string htmlelement
unicodeBidi unicodeBidi string string htmlelement
unicodeRange unicodeRange string string htmlelement
unitsPerEm unitsPerEm string string htmlelement
vAlphabetic vAlphabetic string string htmlelement
vHanging vHanging string string htmlelement
vIdeographic vIdeographic string string htmlelement
vMathematical vMathematical string string htmlelement
values values string string htmlelement
vectorEffect vectorEffect string string htmlelement
version version string string htmlelement
vertAdvY vertAdvY string string htmlelement
vertOriginX vertOriginX string string htmlelement
vertOriginY vertOriginY string string htmlelement
viewBox viewBox string string htmlelement
viewTarget viewTarget string string htmlelement
visibility visibility string string htmlelement
widths widths string string htmlelement
wordSpacing wordSpacing string string htmlelement
writingMode writingMode string string htmlelement
x x string string htmlelement
x1 x1 string string htmlelement
x2 x2 string string htmlelement
xChannelSelector xChannelSelector string string htmlelement
xHeight xHeight string string htmlelement
xlinkActuate xlinkActuate string string htmlelement
xlinkArcrole xlinkArcrole string string htmlelement
xlinkHref xlinkHref string string htmlelement
xlinkRole xlinkRole string string htmlelement
xlinkShow xlinkShow string string htmlelement
xlinkTitle xlinkTitle string string htmlelement
xlinkType xlinkType string string htmlelement
xmlns xmlns string string htmlelement
xmlnsXlink xmlnsXlink string string htmlelement
xmlBase xmlBase string string htmlelement
xmlLang xmlLang string string htmlelement
xmlSpace xmlSpace string string htmlelement
y y string string htmlelement
y1 y1 string string htmlelement
y2 y2 string string htmlelement
yChannelSelector yChannelSelector string string htmlelement
z z string string htmlelement
zoomAndPan zoomAndPan string string htmlelement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
styledCss styled-css htmlelement
Attributes
Name Tag Type Default Inherited Flags Description
global global boolean false
autoCapitalize autoCapitalize string string htmlelement
autoCorrect autoCorrect string string htmlelement
property property string string htmlelement
itemProp itemProp string string htmlelement
itemScope itemScope string string htmlelement
itemType itemType string string htmlelement
itemRef itemRef string string htmlelement
itemID itemID string string htmlelement
unselectable unselectable string string htmlelement
results results string string htmlelement
autoSave autoSave string string htmlelement
class class string string htmlelement
aria__ aria-* string string htmlelement
data__ data-* string string htmlelement
accept accept string string htmlelement
acceptCharset acceptCharset string string htmlelement
accessKey accessKey string string htmlelement
action action string string htmlelement
allowFullScreen allowFullScreen string string htmlelement
allowTransparency allowTransparency string string htmlelement
alt alt string string htmlelement
async async string string htmlelement
autoComplete autoComplete string string htmlelement
autoFocus autoFocus string string htmlelement
autoPlay autoPlay string string htmlelement
capture capture string string htmlelement
cellPadding cellPadding string string htmlelement
cellSpacing cellSpacing string string htmlelement
charSet charSet string string htmlelement
challenge challenge string string htmlelement
checked checked string string htmlelement
classID classID string string htmlelement
className className string string htmlelement
cols cols string string htmlelement
colSpan colSpan string string htmlelement
content content string string htmlelement
contentEditable contentEditable string string htmlelement
contextMenu contextMenu string string htmlelement
controls controls string string htmlelement
coords coords string string htmlelement
crossOrigin crossOrigin string string htmlelement
data data string string htmlelement
dateTime dateTime string string htmlelement
defer defer string string htmlelement
dir dir string string htmlelement
disabled disabled string string htmlelement
download download string string htmlelement
draggable draggable string string htmlelement
encType encType string string htmlelement
form form string string htmlelement
formAction formAction string string htmlelement
formEncType formEncType string string htmlelement
formMethod formMethod string string htmlelement
formNoValidate formNoValidate string string htmlelement
formTarget formTarget string string htmlelement
frameBorder frameBorder string string htmlelement
headers headers string string htmlelement
height height string string htmlelement
hidden hidden string string htmlelement
high high string string htmlelement
href href string string htmlelement
hrefLang hrefLang string string htmlelement
htmlFor htmlFor string string htmlelement
httpEquiv httpEquiv string string htmlelement
icon icon string string htmlelement
id id string string htmlelement
inputMode inputMode string string htmlelement
keyParams keyParams string string htmlelement
keyType keyType string string htmlelement
_label @label string string htmlelement
lang lang string string htmlelement
list list string string htmlelement
loop loop string string htmlelement
low low string string htmlelement
manifest manifest string string htmlelement
marginHeight marginHeight string string htmlelement
marginWidth marginWidth string string htmlelement
max max string string htmlelement
maxLength maxLength string string htmlelement
media media string string htmlelement
mediaGroup mediaGroup string string htmlelement
method method string string htmlelement
min min string string htmlelement
minLength minLength string string htmlelement
multiple multiple string string htmlelement
muted muted string string htmlelement
name name string string htmlelement
noValidate noValidate string string htmlelement
open open string string htmlelement
optimum optimum string string htmlelement
pattern pattern string string htmlelement
placeholder placeholder string string htmlelement
poster poster string string htmlelement
preload preload string string htmlelement
radioGroup radioGroup string string htmlelement
readOnly readOnly string string htmlelement
rel rel string string htmlelement
required required string string htmlelement
role role string string htmlelement
rows rows string string htmlelement
rowSpan rowSpan string string htmlelement
sandbox sandbox string string htmlelement
scope scope string string htmlelement
scoped scoped string string htmlelement
scrolling scrolling string string htmlelement
seamless seamless string string htmlelement
selected selected string string htmlelement
shape shape string string htmlelement
size size string string htmlelement
sizes sizes string string htmlelement
_span @span string string htmlelement
spellCheck spellCheck string string htmlelement
src src string string htmlelement
srcDoc srcDoc string string htmlelement
srcSet srcSet string string htmlelement
start start string string htmlelement
step step string string htmlelement
style style string string htmlelement
_summary @summary string string htmlelement
tabIndex tabIndex string string htmlelement
target target string string htmlelement
title title string string htmlelement
type type string string htmlelement
useMap useMap string string htmlelement
value value string string htmlelement
width width string string htmlelement
wmode wmode string string htmlelement
wrap wrap string string htmlelement
static static string string htmlelement
accentHeight accentHeight string string htmlelement
accumulate accumulate string string htmlelement
additive additive string string htmlelement
alignmentBaseline alignmentBaseline string string htmlelement
allowReorder allowReorder string string htmlelement
alphabetic alphabetic string string htmlelement
amplitude amplitude string string htmlelement
arabicForm arabicForm string string htmlelement
ascent ascent string string htmlelement
attributeName attributeName string string htmlelement
attributeType attributeType string string htmlelement
autoReverse autoReverse string string htmlelement
azimuth azimuth string string htmlelement
baseFrequency baseFrequency string string htmlelement
baseProfile baseProfile string string htmlelement
baselineShift baselineShift string string htmlelement
bbox bbox string string htmlelement
begin begin string string htmlelement
bias bias string string htmlelement
by by string string htmlelement
calcMode calcMode string string htmlelement
capHeight capHeight string string htmlelement
clip clip string string htmlelement
clipPath clipPath string string htmlelement
clipPathUnits clipPathUnits string string htmlelement
clipRule clipRule string string htmlelement
colorInterpolation colorInterpolation string string htmlelement
colorInterpolationFilters colorInterpolationFilters string string htmlelement
colorProfile colorProfile string string htmlelement
colorRendering colorRendering string string htmlelement
contentScriptType contentScriptType string string htmlelement
contentStyleType contentStyleType string string htmlelement
cursor cursor string string htmlelement
cx cx string string htmlelement
cy cy string string htmlelement
d d string string htmlelement
decelerate decelerate string string htmlelement
descent descent string string htmlelement
diffuseConstant diffuseConstant string string htmlelement
direction direction string string htmlelement
display display string string htmlelement
divisor divisor string string htmlelement
dominantBaseline dominantBaseline string string htmlelement
dur dur string string htmlelement
dx dx string string htmlelement
dy dy string string htmlelement
edgeMode edgeMode string string htmlelement
elevation elevation string string htmlelement
enableBackground enableBackground string string htmlelement
end end string string htmlelement
exponent exponent string string htmlelement
externalResourcesRequired externalResourcesRequired string string htmlelement
fill fill string string htmlelement
fillOpacity fillOpacity string string htmlelement
fillRule fillRule string string htmlelement
_filter @filter string string htmlelement
filterRes filterRes string string htmlelement
filterUnits filterUnits string string htmlelement
floodColor floodColor string string htmlelement
floodOpacity floodOpacity string string htmlelement
focusable focusable string string htmlelement
fontFamily fontFamily string string htmlelement
fontSize fontSize string string htmlelement
fontSizeAdjust fontSizeAdjust string string htmlelement
fontStretch fontStretch string string htmlelement
fontStyle fontStyle string string htmlelement
fontVariant fontVariant string string htmlelement
fontWeight fontWeight string string htmlelement
format format string string htmlelement
from from string string htmlelement
fx fx string string htmlelement
fy fy string string htmlelement
g1 g1 string string htmlelement
g2 g2 string string htmlelement
glyphName glyphName string string htmlelement
glyphOrientationHorizontal glyphOrientationHorizontal string string htmlelement
glyphOrientationVertical glyphOrientationVertical string string htmlelement
glyphRef glyphRef string string htmlelement
gradientTransform gradientTransform string string htmlelement
gradientUnits gradientUnits string string htmlelement
hanging hanging string string htmlelement
horizAdvX horizAdvX string string htmlelement
horizOriginX horizOriginX string string htmlelement
ideographic ideographic string string htmlelement
imageRendering imageRendering string string htmlelement
in in string string htmlelement
in2 in2 string string htmlelement
intercept intercept string string htmlelement
k k string string htmlelement
k1 k1 string string htmlelement
k2 k2 string string htmlelement
k3 k3 string string htmlelement
k4 k4 string string htmlelement
kernelMatrix kernelMatrix string string htmlelement
kernelUnitLength kernelUnitLength string string htmlelement
kerning kerning string string htmlelement
keyPoints keyPoints string string htmlelement
keySplines keySplines string string htmlelement
keyTimes keyTimes string string htmlelement
lengthAdjust lengthAdjust string string htmlelement
letterSpacing letterSpacing string string htmlelement
lightingColor lightingColor string string htmlelement
limitingConeAngle limitingConeAngle string string htmlelement
local local string string htmlelement
markerEnd markerEnd string string htmlelement
markerHeight markerHeight string string htmlelement
markerMid markerMid string string htmlelement
markerStart markerStart string string htmlelement
markerUnits markerUnits string string htmlelement
markerWidth markerWidth string string htmlelement
mask mask string string htmlelement
maskContentUnits maskContentUnits string string htmlelement
maskUnits maskUnits string string htmlelement
mathematical mathematical string string htmlelement
mode mode string string htmlelement
numOctaves numOctaves string string htmlelement
offset offset string string htmlelement
opacity opacity string string htmlelement
operator operator string string htmlelement
order order string string htmlelement
orient orient string string htmlelement
orientation orientation string string htmlelement
origin origin string string htmlelement
overflow overflow string string htmlelement
overlinePosition overlinePosition string string htmlelement
overlineThickness overlineThickness string string htmlelement
paintOrder paintOrder string string htmlelement
panose1 panose1 string string htmlelement
pathLength pathLength string string htmlelement
patternContentUnits patternContentUnits string string htmlelement
patternTransform patternTransform string string htmlelement
patternUnits patternUnits string string htmlelement
pointerEvents pointerEvents string string htmlelement
points points string string htmlelement
pointsAtX pointsAtX string string htmlelement
pointsAtY pointsAtY string string htmlelement
pointsAtZ pointsAtZ string string htmlelement
preserveAlpha preserveAlpha string string htmlelement
preserveAspectRatio preserveAspectRatio string string htmlelement
primitiveUnits primitiveUnits string string htmlelement
r r string string htmlelement
radius radius string string htmlelement
refX refX string string htmlelement
refY refY string string htmlelement
renderingIntent renderingIntent string string htmlelement
repeatCount repeatCount string string htmlelement
repeatDur repeatDur string string htmlelement
requiredExtensions requiredExtensions string string htmlelement
requiredFeatures requiredFeatures string string htmlelement
restart restart string string htmlelement
result result string string htmlelement
rotate rotate string string htmlelement
rx rx string string htmlelement
ry ry string string htmlelement
scale scale string string htmlelement
seed seed string string htmlelement
shapeRendering shapeRendering string string htmlelement
slope slope string string htmlelement
spacing spacing string string htmlelement
specularConstant specularConstant string string htmlelement
specularExponent specularExponent string string htmlelement
speed speed string string htmlelement
spreadMethod spreadMethod string string htmlelement
startOffset startOffset string string htmlelement
stdDeviation stdDeviation string string htmlelement
stemh stemh string string htmlelement
stemv stemv string string htmlelement
stitchTiles stitchTiles string string htmlelement
stopColor stopColor string string htmlelement
stopOpacity stopOpacity string string htmlelement
strikethroughPosition strikethroughPosition string string htmlelement
strikethroughThickness strikethroughThickness string string htmlelement
string string string string htmlelement
stroke stroke string string htmlelement
strokeDasharray strokeDasharray string string htmlelement
strokeDashoffset strokeDashoffset string string htmlelement
strokeLinecap strokeLinecap string string htmlelement
strokeLinejoin strokeLinejoin string string htmlelement
strokeMiterlimit strokeMiterlimit string string htmlelement
strokeOpacity strokeOpacity string string htmlelement
strokeWidth strokeWidth string string htmlelement
surfaceScale surfaceScale string string htmlelement
systemLanguage systemLanguage string string htmlelement
tableValues tableValues string string htmlelement
targetX targetX string string htmlelement
targetY targetY string string htmlelement
textAnchor textAnchor string string htmlelement
textDecoration textDecoration string string htmlelement
textLength textLength string string htmlelement
textRendering textRendering string string htmlelement
to to string string htmlelement
transform transform string string htmlelement
u1 u1 string string htmlelement
u2 u2 string string htmlelement
underlinePosition underlinePosition string string htmlelement
underlineThickness underlineThickness string string htmlelement
unicode unicode string string htmlelement
unicodeBidi unicodeBidi string string htmlelement
unicodeRange unicodeRange string string htmlelement
unitsPerEm unitsPerEm string string htmlelement
vAlphabetic vAlphabetic string string htmlelement
vHanging vHanging string string htmlelement
vIdeographic vIdeographic string string htmlelement
vMathematical vMathematical string string htmlelement
values values string string htmlelement
vectorEffect vectorEffect string string htmlelement
version version string string htmlelement
vertAdvY vertAdvY string string htmlelement
vertOriginX vertOriginX string string htmlelement
vertOriginY vertOriginY string string htmlelement
viewBox viewBox string string htmlelement
viewTarget viewTarget string string htmlelement
visibility visibility string string htmlelement
widths widths string string htmlelement
wordSpacing wordSpacing string string htmlelement
writingMode writingMode string string htmlelement
x x string string htmlelement
x1 x1 string string htmlelement
x2 x2 string string htmlelement
xChannelSelector xChannelSelector string string htmlelement
xHeight xHeight string string htmlelement
xlinkActuate xlinkActuate string string htmlelement
xlinkArcrole xlinkArcrole string string htmlelement
xlinkHref xlinkHref string string htmlelement
xlinkRole xlinkRole string string htmlelement
xlinkShow xlinkShow string string htmlelement
xlinkTitle xlinkTitle string string htmlelement
xlinkType xlinkType string string htmlelement
xmlns xmlns string string htmlelement
xmlnsXlink xmlnsXlink string string htmlelement
xmlBase xmlBase string string htmlelement
xmlLang xmlLang string string htmlelement
xmlSpace xmlSpace string string htmlelement
y y string string htmlelement
y1 y1 string string htmlelement
y2 y2 string string htmlelement
yChannelSelector yChannelSelector string string htmlelement
z z string string htmlelement
zoomAndPan zoomAndPan string string htmlelement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
keyframes keyframes statement
Attributes
Name Tag Type Default Inherited Flags Description
global global boolean false
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
htmlParam @param htmlelement
Attributes
Name Tag Type Default Inherited Flags Description
autoCapitalize autoCapitalize string string htmlelement
autoCorrect autoCorrect string string htmlelement
property property string string htmlelement
itemProp itemProp string string htmlelement
itemScope itemScope string string htmlelement
itemType itemType string string htmlelement
itemRef itemRef string string htmlelement
itemID itemID string string htmlelement
unselectable unselectable string string htmlelement
results results string string htmlelement
autoSave autoSave string string htmlelement
class class string string htmlelement
aria__ aria-* string string htmlelement
data__ data-* string string htmlelement
accept accept string string htmlelement
acceptCharset acceptCharset string string htmlelement
accessKey accessKey string string htmlelement
action action string string htmlelement
allowFullScreen allowFullScreen string string htmlelement
allowTransparency allowTransparency string string htmlelement
alt alt string string htmlelement
async async string string htmlelement
autoComplete autoComplete string string htmlelement
autoFocus autoFocus string string htmlelement
autoPlay autoPlay string string htmlelement
capture capture string string htmlelement
cellPadding cellPadding string string htmlelement
cellSpacing cellSpacing string string htmlelement
charSet charSet string string htmlelement
challenge challenge string string htmlelement
checked checked string string htmlelement
classID classID string string htmlelement
className className string string htmlelement
cols cols string string htmlelement
colSpan colSpan string string htmlelement
content content string string htmlelement
contentEditable contentEditable string string htmlelement
contextMenu contextMenu string string htmlelement
controls controls string string htmlelement
coords coords string string htmlelement
crossOrigin crossOrigin string string htmlelement
data data string string htmlelement
dateTime dateTime string string htmlelement
defer defer string string htmlelement
dir dir string string htmlelement
disabled disabled string string htmlelement
download download string string htmlelement
draggable draggable string string htmlelement
encType encType string string htmlelement
form form string string htmlelement
formAction formAction string string htmlelement
formEncType formEncType string string htmlelement
formMethod formMethod string string htmlelement
formNoValidate formNoValidate string string htmlelement
formTarget formTarget string string htmlelement
frameBorder frameBorder string string htmlelement
headers headers string string htmlelement
height height string string htmlelement
hidden hidden string string htmlelement
high high string string htmlelement
href href string string htmlelement
hrefLang hrefLang string string htmlelement
htmlFor htmlFor string string htmlelement
httpEquiv httpEquiv string string htmlelement
icon icon string string htmlelement
id id string string htmlelement
inputMode inputMode string string htmlelement
keyParams keyParams string string htmlelement
keyType keyType string string htmlelement
_label @label string string htmlelement
lang lang string string htmlelement
list list string string htmlelement
loop loop string string htmlelement
low low string string htmlelement
manifest manifest string string htmlelement
marginHeight marginHeight string string htmlelement
marginWidth marginWidth string string htmlelement
max max string string htmlelement
maxLength maxLength string string htmlelement
media media string string htmlelement
mediaGroup mediaGroup string string htmlelement
method method string string htmlelement
min min string string htmlelement
minLength minLength string string htmlelement
multiple multiple string string htmlelement
muted muted string string htmlelement
name name string string htmlelement
noValidate noValidate string string htmlelement
open open string string htmlelement
optimum optimum string string htmlelement
pattern pattern string string htmlelement
placeholder placeholder string string htmlelement
poster poster string string htmlelement
preload preload string string htmlelement
radioGroup radioGroup string string htmlelement
readOnly readOnly string string htmlelement
rel rel string string htmlelement
required required string string htmlelement
role role string string htmlelement
rows rows string string htmlelement
rowSpan rowSpan string string htmlelement
sandbox sandbox string string htmlelement
scope scope string string htmlelement
scoped scoped string string htmlelement
scrolling scrolling string string htmlelement
seamless seamless string string htmlelement
selected selected string string htmlelement
shape shape string string htmlelement
size size string string htmlelement
sizes sizes string string htmlelement
_span @span string string htmlelement
spellCheck spellCheck string string htmlelement
src src string string htmlelement
srcDoc srcDoc string string htmlelement
srcSet srcSet string string htmlelement
start start string string htmlelement
step step string string htmlelement
style style string string htmlelement
_summary @summary string string htmlelement
tabIndex tabIndex string string htmlelement
target target string string htmlelement
title title string string htmlelement
type type string string htmlelement
useMap useMap string string htmlelement
value value string string htmlelement
width width string string htmlelement
wmode wmode string string htmlelement
wrap wrap string string htmlelement
static static string string htmlelement
accentHeight accentHeight string string htmlelement
accumulate accumulate string string htmlelement
additive additive string string htmlelement
alignmentBaseline alignmentBaseline string string htmlelement
allowReorder allowReorder string string htmlelement
alphabetic alphabetic string string htmlelement
amplitude amplitude string string htmlelement
arabicForm arabicForm string string htmlelement
ascent ascent string string htmlelement
attributeName attributeName string string htmlelement
attributeType attributeType string string htmlelement
autoReverse autoReverse string string htmlelement
azimuth azimuth string string htmlelement
baseFrequency baseFrequency string string htmlelement
baseProfile baseProfile string string htmlelement
baselineShift baselineShift string string htmlelement
bbox bbox string string htmlelement
begin begin string string htmlelement
bias bias string string htmlelement
by by string string htmlelement
calcMode calcMode string string htmlelement
capHeight capHeight string string htmlelement
clip clip string string htmlelement
clipPath clipPath string string htmlelement
clipPathUnits clipPathUnits string string htmlelement
clipRule clipRule string string htmlelement
colorInterpolation colorInterpolation string string htmlelement
colorInterpolationFilters colorInterpolationFilters string string htmlelement
colorProfile colorProfile string string htmlelement
colorRendering colorRendering string string htmlelement
contentScriptType contentScriptType string string htmlelement
contentStyleType contentStyleType string string htmlelement
cursor cursor string string htmlelement
cx cx string string htmlelement
cy cy string string htmlelement
d d string string htmlelement
decelerate decelerate string string htmlelement
descent descent string string htmlelement
diffuseConstant diffuseConstant string string htmlelement
direction direction string string htmlelement
display display string string htmlelement
divisor divisor string string htmlelement
dominantBaseline dominantBaseline string string htmlelement
dur dur string string htmlelement
dx dx string string htmlelement
dy dy string string htmlelement
edgeMode edgeMode string string htmlelement
elevation elevation string string htmlelement
enableBackground enableBackground string string htmlelement
end end string string htmlelement
exponent exponent string string htmlelement
externalResourcesRequired externalResourcesRequired string string htmlelement
fill fill string string htmlelement
fillOpacity fillOpacity string string htmlelement
fillRule fillRule string string htmlelement
_filter @filter string string htmlelement
filterRes filterRes string string htmlelement
filterUnits filterUnits string string htmlelement
floodColor floodColor string string htmlelement
floodOpacity floodOpacity string string htmlelement
focusable focusable string string htmlelement
fontFamily fontFamily string string htmlelement
fontSize fontSize string string htmlelement
fontSizeAdjust fontSizeAdjust string string htmlelement
fontStretch fontStretch string string htmlelement
fontStyle fontStyle string string htmlelement
fontVariant fontVariant string string htmlelement
fontWeight fontWeight string string htmlelement
format format string string htmlelement
from from string string htmlelement
fx fx string string htmlelement
fy fy string string htmlelement
g1 g1 string string htmlelement
g2 g2 string string htmlelement
glyphName glyphName string string htmlelement
glyphOrientationHorizontal glyphOrientationHorizontal string string htmlelement
glyphOrientationVertical glyphOrientationVertical string string htmlelement
glyphRef glyphRef string string htmlelement
gradientTransform gradientTransform string string htmlelement
gradientUnits gradientUnits string string htmlelement
hanging hanging string string htmlelement
horizAdvX horizAdvX string string htmlelement
horizOriginX horizOriginX string string htmlelement
ideographic ideographic string string htmlelement
imageRendering imageRendering string string htmlelement
in in string string htmlelement
in2 in2 string string htmlelement
intercept intercept string string htmlelement
k k string string htmlelement
k1 k1 string string htmlelement
k2 k2 string string htmlelement
k3 k3 string string htmlelement
k4 k4 string string htmlelement
kernelMatrix kernelMatrix string string htmlelement
kernelUnitLength kernelUnitLength string string htmlelement
kerning kerning string string htmlelement
keyPoints keyPoints string string htmlelement
keySplines keySplines string string htmlelement
keyTimes keyTimes string string htmlelement
lengthAdjust lengthAdjust string string htmlelement
letterSpacing letterSpacing string string htmlelement
lightingColor lightingColor string string htmlelement
limitingConeAngle limitingConeAngle string string htmlelement
local local string string htmlelement
markerEnd markerEnd string string htmlelement
markerHeight markerHeight string string htmlelement
markerMid markerMid string string htmlelement
markerStart markerStart string string htmlelement
markerUnits markerUnits string string htmlelement
markerWidth markerWidth string string htmlelement
mask mask string string htmlelement
maskContentUnits maskContentUnits string string htmlelement
maskUnits maskUnits string string htmlelement
mathematical mathematical string string htmlelement
mode mode string string htmlelement
numOctaves numOctaves string string htmlelement
offset offset string string htmlelement
opacity opacity string string htmlelement
operator operator string string htmlelement
order order string string htmlelement
orient orient string string htmlelement
orientation orientation string string htmlelement
origin origin string string htmlelement
overflow overflow string string htmlelement
overlinePosition overlinePosition string string htmlelement
overlineThickness overlineThickness string string htmlelement
paintOrder paintOrder string string htmlelement
panose1 panose1 string string htmlelement
pathLength pathLength string string htmlelement
patternContentUnits patternContentUnits string string htmlelement
patternTransform patternTransform string string htmlelement
patternUnits patternUnits string string htmlelement
pointerEvents pointerEvents string string htmlelement
points points string string htmlelement
pointsAtX pointsAtX string string htmlelement
pointsAtY pointsAtY string string htmlelement
pointsAtZ pointsAtZ string string htmlelement
preserveAlpha preserveAlpha string string htmlelement
preserveAspectRatio preserveAspectRatio string string htmlelement
primitiveUnits primitiveUnits string string htmlelement
r r string string htmlelement
radius radius string string htmlelement
refX refX string string htmlelement
refY refY string string htmlelement
renderingIntent renderingIntent string string htmlelement
repeatCount repeatCount string string htmlelement
repeatDur repeatDur string string htmlelement
requiredExtensions requiredExtensions string string htmlelement
requiredFeatures requiredFeatures string string htmlelement
restart restart string string htmlelement
result result string string htmlelement
rotate rotate string string htmlelement
rx rx string string htmlelement
ry ry string string htmlelement
scale scale string string htmlelement
seed seed string string htmlelement
shapeRendering shapeRendering string string htmlelement
slope slope string string htmlelement
spacing spacing string string htmlelement
specularConstant specularConstant string string htmlelement
specularExponent specularExponent string string htmlelement
speed speed string string htmlelement
spreadMethod spreadMethod string string htmlelement
startOffset startOffset string string htmlelement
stdDeviation stdDeviation string string htmlelement
stemh stemh string string htmlelement
stemv stemv string string htmlelement
stitchTiles stitchTiles string string htmlelement
stopColor stopColor string string htmlelement
stopOpacity stopOpacity string string htmlelement
strikethroughPosition strikethroughPosition string string htmlelement
strikethroughThickness strikethroughThickness string string htmlelement
string string string string htmlelement
stroke stroke string string htmlelement
strokeDasharray strokeDasharray string string htmlelement
strokeDashoffset strokeDashoffset string string htmlelement
strokeLinecap strokeLinecap string string htmlelement
strokeLinejoin strokeLinejoin string string htmlelement
strokeMiterlimit strokeMiterlimit string string htmlelement
strokeOpacity strokeOpacity string string htmlelement
strokeWidth strokeWidth string string htmlelement
surfaceScale surfaceScale string string htmlelement
systemLanguage systemLanguage string string htmlelement
tableValues tableValues string string htmlelement
targetX targetX string string htmlelement
targetY targetY string string htmlelement
textAnchor textAnchor string string htmlelement
textDecoration textDecoration string string htmlelement
textLength textLength string string htmlelement
textRendering textRendering string string htmlelement
to to string string htmlelement
transform transform string string htmlelement
u1 u1 string string htmlelement
u2 u2 string string htmlelement
underlinePosition underlinePosition string string htmlelement
underlineThickness underlineThickness string string htmlelement
unicode unicode string string htmlelement
unicodeBidi unicodeBidi string string htmlelement
unicodeRange unicodeRange string string htmlelement
unitsPerEm unitsPerEm string string htmlelement
vAlphabetic vAlphabetic string string htmlelement
vHanging vHanging string string htmlelement
vIdeographic vIdeographic string string htmlelement
vMathematical vMathematical string string htmlelement
values values string string htmlelement
vectorEffect vectorEffect string string htmlelement
version version string string htmlelement
vertAdvY vertAdvY string string htmlelement
vertOriginX vertOriginX string string htmlelement
vertOriginY vertOriginY string string htmlelement
viewBox viewBox string string htmlelement
viewTarget viewTarget string string htmlelement
visibility visibility string string htmlelement
widths widths string string htmlelement
wordSpacing wordSpacing string string htmlelement
writingMode writingMode string string htmlelement
x x string string htmlelement
x1 x1 string string htmlelement
x2 x2 string string htmlelement
xChannelSelector xChannelSelector string string htmlelement
xHeight xHeight string string htmlelement
xlinkActuate xlinkActuate string string htmlelement
xlinkArcrole xlinkArcrole string string htmlelement
xlinkHref xlinkHref string string htmlelement
xlinkRole xlinkRole string string htmlelement
xlinkShow xlinkShow string string htmlelement
xlinkTitle xlinkTitle string string htmlelement
xlinkType xlinkType string string htmlelement
xmlns xmlns string string htmlelement
xmlnsXlink xmlnsXlink string string htmlelement
xmlBase xmlBase string string htmlelement
xmlLang xmlLang string string htmlelement
xmlSpace xmlSpace string string htmlelement
y y string string htmlelement
y1 y1 string string htmlelement
y2 y2 string string htmlelement
yChannelSelector yChannelSelector string string htmlelement
z z string string htmlelement
zoomAndPan zoomAndPan string string htmlelement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
htmlFilter @filter htmlelement
Attributes
Name Tag Type Default Inherited Flags Description
autoCapitalize autoCapitalize string string htmlelement
autoCorrect autoCorrect string string htmlelement
property property string string htmlelement
itemProp itemProp string string htmlelement
itemScope itemScope string string htmlelement
itemType itemType string string htmlelement
itemRef itemRef string string htmlelement
itemID itemID string string htmlelement
unselectable unselectable string string htmlelement
results results string string htmlelement
autoSave autoSave string string htmlelement
class class string string htmlelement
aria__ aria-* string string htmlelement
data__ data-* string string htmlelement
accept accept string string htmlelement
acceptCharset acceptCharset string string htmlelement
accessKey accessKey string string htmlelement
action action string string htmlelement
allowFullScreen allowFullScreen string string htmlelement
allowTransparency allowTransparency string string htmlelement
alt alt string string htmlelement
async async string string htmlelement
autoComplete autoComplete string string htmlelement
autoFocus autoFocus string string htmlelement
autoPlay autoPlay string string htmlelement
capture capture string string htmlelement
cellPadding cellPadding string string htmlelement
cellSpacing cellSpacing string string htmlelement
charSet charSet string string htmlelement
challenge challenge string string htmlelement
checked checked string string htmlelement
classID classID string string htmlelement
className className string string htmlelement
cols cols string string htmlelement
colSpan colSpan string string htmlelement
content content string string htmlelement
contentEditable contentEditable string string htmlelement
contextMenu contextMenu string string htmlelement
controls controls string string htmlelement
coords coords string string htmlelement
crossOrigin crossOrigin string string htmlelement
data data string string htmlelement
dateTime dateTime string string htmlelement
defer defer string string htmlelement
dir dir string string htmlelement
disabled disabled string string htmlelement
download download string string htmlelement
draggable draggable string string htmlelement
encType encType string string htmlelement
form form string string htmlelement
formAction formAction string string htmlelement
formEncType formEncType string string htmlelement
formMethod formMethod string string htmlelement
formNoValidate formNoValidate string string htmlelement
formTarget formTarget string string htmlelement
frameBorder frameBorder string string htmlelement
headers headers string string htmlelement
height height string string htmlelement
hidden hidden string string htmlelement
high high string string htmlelement
href href string string htmlelement
hrefLang hrefLang string string htmlelement
htmlFor htmlFor string string htmlelement
httpEquiv httpEquiv string string htmlelement
icon icon string string htmlelement
id id string string htmlelement
inputMode inputMode string string htmlelement
keyParams keyParams string string htmlelement
keyType keyType string string htmlelement
_label @label string string htmlelement
lang lang string string htmlelement
list list string string htmlelement
loop loop string string htmlelement
low low string string htmlelement
manifest manifest string string htmlelement
marginHeight marginHeight string string htmlelement
marginWidth marginWidth string string htmlelement
max max string string htmlelement
maxLength maxLength string string htmlelement
media media string string htmlelement
mediaGroup mediaGroup string string htmlelement
method method string string htmlelement
min min string string htmlelement
minLength minLength string string htmlelement
multiple multiple string string htmlelement
muted muted string string htmlelement
name name string string htmlelement
noValidate noValidate string string htmlelement
open open string string htmlelement
optimum optimum string string htmlelement
pattern pattern string string htmlelement
placeholder placeholder string string htmlelement
poster poster string string htmlelement
preload preload string string htmlelement
radioGroup radioGroup string string htmlelement
readOnly readOnly string string htmlelement
rel rel string string htmlelement
required required string string htmlelement
role role string string htmlelement
rows rows string string htmlelement
rowSpan rowSpan string string htmlelement
sandbox sandbox string string htmlelement
scope scope string string htmlelement
scoped scoped string string htmlelement
scrolling scrolling string string htmlelement
seamless seamless string string htmlelement
selected selected string string htmlelement
shape shape string string htmlelement
size size string string htmlelement
sizes sizes string string htmlelement
_span @span string string htmlelement
spellCheck spellCheck string string htmlelement
src src string string htmlelement
srcDoc srcDoc string string htmlelement
srcSet srcSet string string htmlelement
start start string string htmlelement
step step string string htmlelement
style style string string htmlelement
_summary @summary string string htmlelement
tabIndex tabIndex string string htmlelement
target target string string htmlelement
title title string string htmlelement
type type string string htmlelement
useMap useMap string string htmlelement
value value string string htmlelement
width width string string htmlelement
wmode wmode string string htmlelement
wrap wrap string string htmlelement
static static string string htmlelement
accentHeight accentHeight string string htmlelement
accumulate accumulate string string htmlelement
additive additive string string htmlelement
alignmentBaseline alignmentBaseline string string htmlelement
allowReorder allowReorder string string htmlelement
alphabetic alphabetic string string htmlelement
amplitude amplitude string string htmlelement
arabicForm arabicForm string string htmlelement
ascent ascent string string htmlelement
attributeName attributeName string string htmlelement
attributeType attributeType string string htmlelement
autoReverse autoReverse string string htmlelement
azimuth azimuth string string htmlelement
baseFrequency baseFrequency string string htmlelement
baseProfile baseProfile string string htmlelement
baselineShift baselineShift string string htmlelement
bbox bbox string string htmlelement
begin begin string string htmlelement
bias bias string string htmlelement
by by string string htmlelement
calcMode calcMode string string htmlelement
capHeight capHeight string string htmlelement
clip clip string string htmlelement
clipPath clipPath string string htmlelement
clipPathUnits clipPathUnits string string htmlelement
clipRule clipRule string string htmlelement
colorInterpolation colorInterpolation string string htmlelement
colorInterpolationFilters colorInterpolationFilters string string htmlelement
colorProfile colorProfile string string htmlelement
colorRendering colorRendering string string htmlelement
contentScriptType contentScriptType string string htmlelement
contentStyleType contentStyleType string string htmlelement
cursor cursor string string htmlelement
cx cx string string htmlelement
cy cy string string htmlelement
d d string string htmlelement
decelerate decelerate string string htmlelement
descent descent string string htmlelement
diffuseConstant diffuseConstant string string htmlelement
direction direction string string htmlelement
display display string string htmlelement
divisor divisor string string htmlelement
dominantBaseline dominantBaseline string string htmlelement
dur dur string string htmlelement
dx dx string string htmlelement
dy dy string string htmlelement
edgeMode edgeMode string string htmlelement
elevation elevation string string htmlelement
enableBackground enableBackground string string htmlelement
end end string string htmlelement
exponent exponent string string htmlelement
externalResourcesRequired externalResourcesRequired string string htmlelement
fill fill string string htmlelement
fillOpacity fillOpacity string string htmlelement
fillRule fillRule string string htmlelement
_filter @filter string string htmlelement
filterRes filterRes string string htmlelement
filterUnits filterUnits string string htmlelement
floodColor floodColor string string htmlelement
floodOpacity floodOpacity string string htmlelement
focusable focusable string string htmlelement
fontFamily fontFamily string string htmlelement
fontSize fontSize string string htmlelement
fontSizeAdjust fontSizeAdjust string string htmlelement
fontStretch fontStretch string string htmlelement
fontStyle fontStyle string string htmlelement
fontVariant fontVariant string string htmlelement
fontWeight fontWeight string string htmlelement
format format string string htmlelement
from from string string htmlelement
fx fx string string htmlelement
fy fy string string htmlelement
g1 g1 string string htmlelement
g2 g2 string string htmlelement
glyphName glyphName string string htmlelement
glyphOrientationHorizontal glyphOrientationHorizontal string string htmlelement
glyphOrientationVertical glyphOrientationVertical string string htmlelement
glyphRef glyphRef string string htmlelement
gradientTransform gradientTransform string string htmlelement
gradientUnits gradientUnits string string htmlelement
hanging hanging string string htmlelement
horizAdvX horizAdvX string string htmlelement
horizOriginX horizOriginX string string htmlelement
ideographic ideographic string string htmlelement
imageRendering imageRendering string string htmlelement
in in string string htmlelement
in2 in2 string string htmlelement
intercept intercept string string htmlelement
k k string string htmlelement
k1 k1 string string htmlelement
k2 k2 string string htmlelement
k3 k3 string string htmlelement
k4 k4 string string htmlelement
kernelMatrix kernelMatrix string string htmlelement
kernelUnitLength kernelUnitLength string string htmlelement
kerning kerning string string htmlelement
keyPoints keyPoints string string htmlelement
keySplines keySplines string string htmlelement
keyTimes keyTimes string string htmlelement
lengthAdjust lengthAdjust string string htmlelement
letterSpacing letterSpacing string string htmlelement
lightingColor lightingColor string string htmlelement
limitingConeAngle limitingConeAngle string string htmlelement
local local string string htmlelement
markerEnd markerEnd string string htmlelement
markerHeight markerHeight string string htmlelement
markerMid markerMid string string htmlelement
markerStart markerStart string string htmlelement
markerUnits markerUnits string string htmlelement
markerWidth markerWidth string string htmlelement
mask mask string string htmlelement
maskContentUnits maskContentUnits string string htmlelement
maskUnits maskUnits string string htmlelement
mathematical mathematical string string htmlelement
mode mode string string htmlelement
numOctaves numOctaves string string htmlelement
offset offset string string htmlelement
opacity opacity string string htmlelement
operator operator string string htmlelement
order order string string htmlelement
orient orient string string htmlelement
orientation orientation string string htmlelement
origin origin string string htmlelement
overflow overflow string string htmlelement
overlinePosition overlinePosition string string htmlelement
overlineThickness overlineThickness string string htmlelement
paintOrder paintOrder string string htmlelement
panose1 panose1 string string htmlelement
pathLength pathLength string string htmlelement
patternContentUnits patternContentUnits string string htmlelement
patternTransform patternTransform string string htmlelement
patternUnits patternUnits string string htmlelement
pointerEvents pointerEvents string string htmlelement
points points string string htmlelement
pointsAtX pointsAtX string string htmlelement
pointsAtY pointsAtY string string htmlelement
pointsAtZ pointsAtZ string string htmlelement
preserveAlpha preserveAlpha string string htmlelement
preserveAspectRatio preserveAspectRatio string string htmlelement
primitiveUnits primitiveUnits string string htmlelement
r r string string htmlelement
radius radius string string htmlelement
refX refX string string htmlelement
refY refY string string htmlelement
renderingIntent renderingIntent string string htmlelement
repeatCount repeatCount string string htmlelement
repeatDur repeatDur string string htmlelement
requiredExtensions requiredExtensions string string htmlelement
requiredFeatures requiredFeatures string string htmlelement
restart restart string string htmlelement
result result string string htmlelement
rotate rotate string string htmlelement
rx rx string string htmlelement
ry ry string string htmlelement
scale scale string string htmlelement
seed seed string string htmlelement
shapeRendering shapeRendering string string htmlelement
slope slope string string htmlelement
spacing spacing string string htmlelement
specularConstant specularConstant string string htmlelement
specularExponent specularExponent string string htmlelement
speed speed string string htmlelement
spreadMethod spreadMethod string string htmlelement
startOffset startOffset string string htmlelement
stdDeviation stdDeviation string string htmlelement
stemh stemh string string htmlelement
stemv stemv string string htmlelement
stitchTiles stitchTiles string string htmlelement
stopColor stopColor string string htmlelement
stopOpacity stopOpacity string string htmlelement
strikethroughPosition strikethroughPosition string string htmlelement
strikethroughThickness strikethroughThickness string string htmlelement
string string string string htmlelement
stroke stroke string string htmlelement
strokeDasharray strokeDasharray string string htmlelement
strokeDashoffset strokeDashoffset string string htmlelement
strokeLinecap strokeLinecap string string htmlelement
strokeLinejoin strokeLinejoin string string htmlelement
strokeMiterlimit strokeMiterlimit string string htmlelement
strokeOpacity strokeOpacity string string htmlelement
strokeWidth strokeWidth string string htmlelement
surfaceScale surfaceScale string string htmlelement
systemLanguage systemLanguage string string htmlelement
tableValues tableValues string string htmlelement
targetX targetX string string htmlelement
targetY targetY string string htmlelement
textAnchor textAnchor string string htmlelement
textDecoration textDecoration string string htmlelement
textLength textLength string string htmlelement
textRendering textRendering string string htmlelement
to to string string htmlelement
transform transform string string htmlelement
u1 u1 string string htmlelement
u2 u2 string string htmlelement
underlinePosition underlinePosition string string htmlelement
underlineThickness underlineThickness string string htmlelement
unicode unicode string string htmlelement
unicodeBidi unicodeBidi string string htmlelement
unicodeRange unicodeRange string string htmlelement
unitsPerEm unitsPerEm string string htmlelement
vAlphabetic vAlphabetic string string htmlelement
vHanging vHanging string string htmlelement
vIdeographic vIdeographic string string htmlelement
vMathematical vMathematical string string htmlelement
values values string string htmlelement
vectorEffect vectorEffect string string htmlelement
version version string string htmlelement
vertAdvY vertAdvY string string htmlelement
vertOriginX vertOriginX string string htmlelement
vertOriginY vertOriginY string string htmlelement
viewBox viewBox string string htmlelement
viewTarget viewTarget string string htmlelement
visibility visibility string string htmlelement
widths widths string string htmlelement
wordSpacing wordSpacing string string htmlelement
writingMode writingMode string string htmlelement
x x string string htmlelement
x1 x1 string string htmlelement
x2 x2 string string htmlelement
xChannelSelector xChannelSelector string string htmlelement
xHeight xHeight string string htmlelement
xlinkActuate xlinkActuate string string htmlelement
xlinkArcrole xlinkArcrole string string htmlelement
xlinkHref xlinkHref string string htmlelement
xlinkRole xlinkRole string string htmlelement
xlinkShow xlinkShow string string htmlelement
xlinkTitle xlinkTitle string string htmlelement
xlinkType xlinkType string string htmlelement
xmlns xmlns string string htmlelement
xmlnsXlink xmlnsXlink string string htmlelement
xmlBase xmlBase string string htmlelement
xmlLang xmlLang string string htmlelement
xmlSpace xmlSpace string string htmlelement
y y string string htmlelement
y1 y1 string string htmlelement
y2 y2 string string htmlelement
yChannelSelector yChannelSelector string string htmlelement
z z string string htmlelement
zoomAndPan zoomAndPan string string htmlelement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
ready ready statement
Attributes
Name Tag Type Default Inherited Flags Description
kind kind string jquery
restrict
jquery
jquery window
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
template template|`lit statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Methods
Signature Statements
wzinitialize
foreach item in this.statements;
Element Tag Super Flags
taggedTemplate `tag statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Methods
Signature Statements
wzinitialize
foreach item in this.statements;
Element Tag Super Flags
tagFunctionCall _` statement
Description
ittf:   _` fname   + bla bla   + bla bla   js:   fname`   bla bla   bla bla   `;  
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Methods
Signature Statements
wzinitialize
foreach item in this.statements;
Element Tag Super Flags
macroExpr macro statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
log log statement
Description
ittf:   info 'xxx', yyy, ...   js:   console.log( 'xxx', yyy, ..., __filename );    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
info info statement
Description
ittf:   info 'xxx', yyy, ...   js:   console.log( 'xxx', yyy, ... );    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
inspect log? statement
Description
TODO ensure require('util')   ittf:   log? xxx   js:   console.log('xxx', util.inspect(xxx, { depth: null } );     ittf:   log? label xxx   js:   console.log('label', util.inspect(xxx, { depth: null } );    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
success success statement
Description
ittf:   warn 'xxx', yyy, ...   js:   console.log( ...    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
warn warn statement
Description
ittf:   warn 'xxx', yyy, ...   js:   console.warn( 'xxx', yyy, ... );    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
error error statement
Description
ittf:   error 'xxx', yyy, ...   js:   console.error( 'xxx', yyy, ... );    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
chalk chalk statement
Description
TODO ensure require('chalk')   ittf:   chalk green 'xxx'   chalk green 'obj', red obj.name   js:   console.log(chalk.green('xxx');   console.log(chalk.green('obj'), chalk.red(obj.name));    
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeSimple typeSimple statement is-abstract
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeNumber :number typeSimple
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeString :string typeSimple
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeBoolean :boolean typeSimple
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeAny :any typeSimple
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeArray :[ typeSimple
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeObject :object typeSimple
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeObjectLiteral :{ typeSimple
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeObjectValue :@ statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeVoid :void typeSimple
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeNull :null typeSimple
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeUndefined :undefined typeSimple
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeNever :never typeSimple
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeUnknown :unknown typeSimple
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeTypeof :typeof typeSimple
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeAs :as typeSimple
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeInitValue := statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeParameterDecl :< statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeEnum :enum statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeArrowFunction :=> xfunction
Attributes
Name Tag Type Default Inherited Flags Description
xasync async boolean false xfunction
generator generator boolean false xfunction
Relations
Name Role Cardinality Inherited Flags Description
typeReturn one-to-one is-one-to-one
typeParameterDecl typeParameterDecls one-to-many xfunction
param params one-to-many xfunction
typeReturn one-to-one xfunction is-one-to-one
statement statements one-to-many statement
Element Tag Super Flags
typeReturn :return statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeTuple :tuple statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeUnion :union statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeIntersect :intersect statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeReference :ref statement
Relations
Name Role Cardinality Inherited Flags Description
typeParameterInst typeParameterInsts one-to-many
statement statements one-to-many statement
Element Tag Super Flags
typeLiteral :literal statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeCallSignature :call statement
Relations
Name Role Cardinality Inherited Flags Description
param params one-to-many
statement statements one-to-many statement
Element Tag Super Flags
typeKeyOf :keyof statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typePredicate :predicate statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeNotNull :! statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeCTorDeclare :new statement
Relations
Name Role Cardinality Inherited Flags Description
param params one-to-many
statement statements one-to-many statement
Element Tag Super Flags
typeCTor :ctor statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeIndexedAccess :[] statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeIndex :index statement
Attributes
Name Tag Type Default Inherited Flags Description
typeReadonly :readonly boolean false
Relations
Name Role Cardinality Inherited Flags Description
param params one-to-many
statement statements one-to-many statement
Element Tag Super Flags
typeCheck :check statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeThen :then statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeElse :else statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeConditional :iif statement
Relations
Name Role Cardinality Inherited Flags Description
typeCheck one-to-one is-one-to-one
typeExtends one-to-one is-one-to-one
typeThen one-to-one is-one-to-one
typeElse one-to-one is-one-to-one
statement statements one-to-many statement
Element Tag Super Flags
typeRequire :require statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeParenthesized :paren statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeInfer :infer statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeParameterInst :param statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeExport :export-type statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Methods
Signature Statements
wzInitialize
set this.specifiers = [];
var temp = [];
foreach item in this.statements;
set this.statements = temp;
Element Tag Super Flags
typeExportAssignment :export statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeExportNamespace :export-ns statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeImport :import-type statement
Attributes
Name Tag Type Default Inherited Flags Description
from from string string
xas as string string
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Methods
Signature Statements
wzInitialize
set this.specifiers = [];
var temp = [];
foreach item in this.statements;
set this.statements = temp;
Element Tag Super Flags
typeImportEqualsDeclaration :import= statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeNamespaceExportDeclaration :export-ns statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement
Element Tag Super Flags
typeExternalModuleReference :require statement
Relations
Name Role Cardinality Inherited Flags Description
statement statements one-to-many statement