Type Alias LinkStateRefV2

Used to return a possibly empty link state when querying multiple links by ID where any one of those IDs may be invalid or obsolete. If the link field is missing, it means there was no accessible link for the corresponding id.

type LinkStateRefV2 = {
    id: odagLinks.LinkId;
    link?: LinkStateFullV2;
}
Index

Properties

Properties

The system-assigned ID for a link.