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

    Interface InheritanceInfo

    Inheritance information

    interface InheritanceInfo {
        label?: string;
        path: string;
        program_id?: string;
        source_name?: string;
    }
    Index

    Properties

    label?: string

    Label/name given to the inherit (e.g. "inherit Foo : Label")

    path: string

    Path to parent class/module

    program_id?: string

    Program ID for reference

    source_name?: string

    Original class name from source