Skip to main content

Module members

Module members 

Source
Expand description

Visible-members query for autocomplete / LSP completions.

Given a Union type, returns all methods, properties, and constants that are visible on that type, walking the full inheritance hierarchy.

Structs§

MemberInfo
A single member visible on a type.

Enums§

MemberKind
The kind of class member.