Home > @i2analyze/i2connect > spi > SemanticProperty
spi.SemanticProperty type
A property of a semantic seed.
Signature:
export type SemanticProperty = {
logicalType: LogicalType;
value: any;
sourceSemanticTypeId: string;
};
References: LogicalType