Name

sn_diagram_builder.BuilderConstants

Description

No description available

Script

var BuilderConstants = Class.create();
//TODO
//REMOVE once all neccesary scripts are included
//TABLES
BuilderConstants.SYSCLASS_BUILDER_ACTIONS = "sn_diagram_builder_actions";
BuilderConstants.BUILDER_INSTANCE = "sn_diagram_builder_instance";
BuilderConstants.BUILDER_DIAGRAM_ACTION = "sn_diagram_builder_diagram_action";
BuilderConstants.BUILDER_DIAGRAM_ACTION_ARGUMENT = "sn_diagram_builder_diagram_action_argument";
BuilderConstants.BUILDER_DIAGRAM_ACTION_OUTCOME = "sn_diagram_builder_diagram_action_outcome";
BuilderConstants.BUILDER_CATEGORY = "sn_diagram_builder_category";

//Fields
BuilderConstants.DIAGRAM_ACTION = "diagram_action";

//Shape Templates
BuilderConstants.DYNAMIC_PORT_HORIZONTAL_PANEL_TEMPLATE_ID = "7fab7d2977e11110b2e09dcc3c5a9954";
BuilderConstants.DYNAMIC_PORT_VERTICAL_PANEL_TEMPLATE_ID = "440cfd2977e11110b2e09dcc3c5a995b";
BuilderConstants.DYNAMIC_PORT_AUTO_PANEL_TEMPLATE_ID = "28dd35a977e11110b2e09dcc3c5a9984";

//Horizontal Spots
BuilderConstants.HORIZONTAL_SPOTS = [
  'TopLeft',
  'TopCenter',
  'TopRight',
  'BottomLeft',
  'BottomCenter',
  'BottomRight'
];

Sys ID

f97851f453b2101041aaddeeff7b1288

Offical Documentation

Official Docs: