Home > @i2analyze/i2connect > spi > EntityDataIdentifierSourceId
spi.EntityDataIdentifierSourceId type
A source identifier being used to identify an entity or a link.
Signature:
export type EntityDataIdentifierSourceId = {
sourceId: SourceIdentifier;
};
References: SourceIdentifier