Home > @i2analyze/i2connect > utility > SemanticPropertyTypeSeeds
utility.SemanticPropertyTypeSeeds type
A utility type that determines the callback key-value pairs for semantic seeds.
Signature:
type SemanticPropertyTypeSeeds<T extends services.SemanticPropertyTypeIds = services.SemanticPropertyTypeIds> = {
[K in keyof T]: services.ISemanticSeed[];
};
References: services.SemanticPropertyTypeIds, services.ISemanticSeed
Introduced: API version 2.2
Type Parameters
Parameter | Type | Description |
---|---|---|
T | extends services.SemanticPropertyTypeIds(default: services.SemanticPropertyTypeIds) | The type of the semantic property type seed constraints. |