Name
sn_diagram_builder.DiagramBuilderClientUtils
Description
No description available
Script
var DiagramBuilderClientUtils = Class.create();
DiagramBuilderClientUtils.prototype = {
initialize: function() {
},
getRefinedShapes: function() {
return DiagramBuilderShapeService.getRefinedShapes(current.getValue(DiagramBuilderShapeTemplate.TEMPLATE_TYPE) === 'base');
},
excludeParentShapeTemplates: function() {
return DiagramBuilderShapeTemplateMapService.excludeParentShapeTemplates(current.getValue(DiagramBuilderShapeTemplateMap.PARENT));
},
type: 'DiagramBuilderClientUtils'
};
Sys ID
22379aee53912010b553ddeeff7b1299