Interface ISerializableFunctionDependencyItemWithInfo

A serizable version of an IFunctionDependencyItem.

interface ISerializableFunctionDependencyItemWithInfo {
    existsIn: Nullable<IStackInfo>;
    info: IDependencyInformation;
    name: string;
    type: "function";
}

Hierarchy (view full)

Properties

Properties

existsIn: Nullable<IStackInfo>

Information about the origin.

The underlying information.

name: string

The name of the function.

type: "function"

The type.

Generated using TypeDoc