Interface IOptimizerData

Base interface for optimizer data sources. All data fetched from sources must have a unique ID for deduplication.

interface IOptimizerData {
    id: RowId;
}

Properties

Properties

id: RowId

Unique identifier for this data row. Used for deduplication when paginating data sources.