Interface

Peas-2PeasObjectModuleConstructorProps

interface ConstructorProps {
    local_linkage: boolean;
    localLinkage: boolean;
    module_name: string;
    moduleName: string;
    path: string;
    resident: boolean;
    symbol: string;
}

Hierarchy (View Summary)

Index

Properties

local_linkage: boolean
localLinkage: boolean
module_name: string
moduleName: string
path: string
resident: boolean
symbol: string