Home > @i2analyze/i2connect > spi > DaodSeedItemData
spi.DaodSeedItemData type
Data from a record to be used as a seed in a search operation.
Signature:
export type DaodSeedItemData = {
sourceIds: Array<SeedSourceIdentifier>;
seedId: string;
typeId: string;
label?: string;
properties?: Record<string, PropertyValueType>;
accessDimensionValues?: Array<SecurityDimensionAndValues>;
extensions?: Record<string, any>;
};
References: SeedSourceIdentifier, PropertyValueType, SecurityDimensionAndValues