IScriptGlobalItem Interface
Definition
Namespace: Alternet.Scripter
Assembly: Alternet.Scripter.v9.dll
Represents properties declaration to describe a global object from the script.
Syntax
public interface IScriptGlobalItem
Properties
Name | When implemented by a class, gets or sets name of this item. |
Obj | When implemented by a class, gets or sets an object contained by this item. |
Type | When implemented by a class, gets or sets an object type of this item. |