Home > @i2analyze/i2connect > services > ISeeds
services.ISeeds interface
A set of seed records that the i2 Connect server passes to a service method.
Signature:
interface ISeeds
Introduced: API version 1.0
Remarks
Seed records are selected by users when they submit a query to your service through a client.
Properties
Property | Type | Description |
---|---|---|
entities | readonly records.ISeedEntityRecord[] | Gets the seed entities for the query. Each seed corresponds to an entity record that was selected on the chart. |
links | readonly records.ISeedLinkRecord[] | Gets the seed links for the query. Each seed corresponds to a link record that was selected on the chart. |