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

    Interface RoxenModuleInfo

    Roxen module information from Pike bridge

    interface RoxenModuleInfo {
        inherits: string[];
        is_roxen_module: 0 | 1;
        lifecycle: LifecycleInfo;
        module_name: string;
        module_type: string[];
        tags: RXMLTag[];
        variables: ModuleVariable[];
    }
    Index

    Properties

    inherits: string[]

    Inherit targets found in the module

    is_roxen_module: 0 | 1

    Whether this is a Roxen module (0 = no, 1 = yes)

    lifecycle: LifecycleInfo

    Lifecycle callback information

    module_name: string

    Module name from register_module()

    module_type: string[]

    Module type(s): MODULE_FILE, MODULE_TAG, MODULE_LOCATION, etc.

    tags: RXMLTag[]

    RXML tags defined by this module

    variables: ModuleVariable[]

    defvar declarations