Static tables module.
new (s:EditServer)
itemGetAttrInput (type:String, val:Dynamic):_BlockFormInput
itemGetAttrName (type:String, val:Dynamic):String
iterator ():Iterator<_TableInfo>
Returns an iterator of defined static table types.
registerTable (t:_TableInfo):Void
Registers a new static table.
Intended to be called in a module constructor.
Parameters:
t
Table type description.