1. ScriptDebugContext

Class ScriptDebugContext

Defines a script debug context.

Inheritance
object
ScriptDebugContext
Namespace: StylelabsStylelabs.MStylelabs.M.ScriptingStylelabs.M.Scripting.TypesStylelabs.M.Scripting.Types.V1_0Debugging
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
public class ScriptDebugContext

Properties

Context

Gets or sets the debug context.

Declaration
public JObject Context { get; set; }
Property Value
TypeDescription
JObject

Entities

Gets or sets the collection of entities.

Declaration
public IList<object> Entities { get; set; }
Property Value
TypeDescription
IList<>object

Type

Gets or sets the type of the context.

Declaration
public string Type { get; set; }
Property Value
TypeDescription
string
If you have suggestions for improving this article, let us know!