Dependicus API Reference
Preparing search index...
DependencyDetailContext
Interface DependencyDetailContext
What a plugin is told about the dependency whose page is being built.
interface
DependencyDetailContext
{
ecosystem
:
string
;
name
:
string
;
store
:
FactStore
;
version
:
DependencyVersion
;
}
Index
Properties
ecosystem
name
store
version
Properties
ecosystem
ecosystem
:
string
name
name
:
string
store
store
:
FactStore
version
version
:
DependencyVersion
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
ecosystem
name
store
version
Dependicus API Reference
Loading...
What a plugin is told about the dependency whose page is being built.