Source
SysGetIconNode(String path, [SimpleNodeProvider provider]) : super(
path,
provider
) {
configs.addAll({
r"$invokable": "read",
r"$params": [
{
"name": "Icon",
"type": "string"
}
],
r"$columns": [
{
"name": "Data",
"type": "binary"
}
],
r"$result": "table"
});
}