Provides script language access to C++ objects of this type.
Function members are as follows:
| Return Type | Function Name | Documentation |
|---|---|---|
| string | GetFolderNameString | Returns the name of the interface section at the specified index. For example: "Menu" or "Context Menu". |
Object members are as follows:
| Type Name | Accessor Name | Documentation |
|---|---|---|
| int32 | ContextMenuCategory | Gets or sets the context menu category. This value refers to the ContextMenuCategory enumeration. Please see APP_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information. |
| int32 | InterfaceSection | Gets or sets the interface section. This refers to the InterfaceSection enumeration. Please see APP_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information. |
| string | RefreshFunction | Gets or sets the refresh function, which is the SSL function called when the <InterfaceSectionNode> object's 'Refresh' macro is invoked. |
| <Node> | TypeConfigDataSource | Gets or sets the <InterfaceSectionNode> object's <TypeConfigNode> data source, which is a <TypeConfigNode> that contains a graph of Simdify types for which you wish to generate menus. |
| <Node> | TypeConfigDataSourceLink | Gets or sets the <InterfaceSectionNode> object's <TypeConfigNode> data source link, which is a <NodeLink> that refers to a <TypeConfigNode> containing a graph of Simdify types for which you wish to generate menus. |