Pike LSP TypeScript API - v0.1.0-alpha.20
    Preparing search index...

    Interface InheritedMembersResult

    Result of getting inherited members

    interface InheritedMembersResult {
        found: number;
        inherit_count?: number;
        members: IntrospectedSymbol[];
    }
    Index

    Properties

    found: number

    Whether class was found

    inherit_count?: number

    Number of parent classes

    members: IntrospectedSymbol[]

    Inherited members