sky.js/README.md

27 lines
318 B
Markdown
Raw Permalink Normal View History

2019-05-14 15:23:14 +02:00
# Type Definition Prototype
{
name: "string",
render: function(v){ return v; }
editor: function(){
// return a sky.editor
}
}
# Object Descriptor
{
fields: [
{ name: "abc", type: null, label: "Feld ABC" },
{ name: "def", type: "int", label: "Feld DEF" }
],
}