Interface ISerializableClassDependencyItemWithInfo

A serizable version of an IClassDependencyItem.

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

Hierarchy (view full)

Properties

Properties

existsIn: Nullable<IStackInfo>

Information about the origin.

The underlying information.

name: string

The name of the class.

type: "class"

The type

Generated using TypeDoc