Home > @i2analyze/i2connect > spi > PropertyType
spi.PropertyType type
A property type of an item type from an i2 Analyze schema.
Signature:
export type PropertyType = {
displayName?: string;
logicalType?: LogicalType;
semanticTypeId?: SemanticTypeIdentifier;
};
References: LogicalType, SemanticTypeIdentifier