Optionalflags: EnumValue<GraphObjectFlags, number>OptionalproxyType: Type | (() => Type)Methods requires the inspectableMethod decorator to be present on the function, otherwise the method will not be exposed. Properties require the inspectableField decorator to be present on the field, otherwise the field will not be exposed.
It is important to keep the name of your properties, fields and methods constant, otherwise graphs may cease to function as the registration is based on a mangled name, that includes the type and function name.
An attribute that exposes a class that to the Carbon Logic graph system. Nodes will automatically be created for all inspectable properties and methods.