Home > @i2analyze/i2connect > spi > SemanticSeed
spi.SemanticSeed type
The properties of a record in use as a semantic seed.
Signature:
export type SemanticSeed = {
seedId: string;
isLink?: boolean;
properties: Record<string, Array<SemanticProperty>>;
};
References: SemanticProperty