Generates a base class for a class object that extends Scope. Classes that extend the returned base class should have a private _: any property (or any other private member) to ensure the scope has its own unique type.
private _: any
Optional
Generated using TypeDoc
Generates a base class for a class object that extends Scope. Classes that extend the returned base class should have a
private _: anyproperty (or any other private member) to ensure the scope has its own unique type.