TsMethod Type
Represents a method-like member (class or interface) or signature-like method.
Reflects: `MethodDeclaration` (class), `MethodSignature` (interface), and function-like members including optional `?` and `static` modifiers.
interface I { foo(x: number): string }
class C { static bar(): void {} }
Record fields
| Record Field |
Description
|
|
|
Full Usage:
IsOptional
Field type: bool
|
|
Full Usage:
IsStatic
Field type: bool
|
|
Full Usage:
Name
Field type: string
|
|
|
|
|