Home > @i2analyze/i2connect > spi > LinkDirection spi.LinkDirection type The logical direction of this link, expressed relative to its 'from' and 'to' ends. Signature: export type LinkDirection = 'NONE' | 'WITH' | 'AGAINST' | 'BOTH';