Function Scope

Hierarchy

  • 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.

    Parameters

    • __namedParameters: {
          name?: string;
      } = {}
      • Optional name?: string

    Returns ScopeClass

Generated using TypeDoc