Interface RegisterRecentResultsCreatorPayload

interface RegisterRecentResultsCreatorPayload {
    maxLength: number;
    results: Result[];
}

Properties

Properties

maxLength: number

The maximum number of queries to retain in the list.

results: Result[]

The recent results viewed by the user prior to instantiating the controller.