Interface MinilinksResult<Link>

Type Parameters

  • Link

Hierarchy

  • MinilinksResult

Properties

_updating: boolean
byFrom: {
    [id: number]: Link[];
}

Type declaration

  • [id: number]: Link[]
byId: {
    [id: number]: Link;
}

Type declaration

  • [id: number]: Link
byTo: {
    [id: number]: Link[];
}

Type declaration

  • [id: number]: Link[]
byType: {
    [id: number]: Link[];
}

Type declaration

  • [id: number]: Link[]
emitter: EventEmitter
links: Link[]
types: {
    [id: number]: Link[];
}

Type declaration

  • [id: number]: Link[]

Methods

Generated using TypeDoc