rdfs:comment"An optional JavaScript snippet that is to be executed after the tree has loaded its roots."^^xsd:string;
spl:optional"true"^^xsd:boolean;
spl:predicatearg:onLoaded;
spl:valueTypexsd:string
];
spin:constraint
[rdf:typespl:Argument;
rdfs:comment"JavaScript code that shall be called if a node has been selected in the tree. In this code, the variable 'resource' points to the URI of the selected resource. The variable 'node' holds the selected low-level tree node."^^xsd:string;