Home > ts-morph-structures > ClassScopeMemberQuestion > getScope
Signature:
getScope(
isStatic: boolean,
kind: ClassMemberImpl["kind"],
memberName: string,
): Scope | undefined;
Parameter | Type | Description |
---|---|---|
isStatic | boolean | |
kind | ClassMemberImpl[“kind”] | |
memberName | string |
Returns:
Scope | undefined