Interface RegisterRecentQueriesCreatorPayload

interface RegisterRecentQueriesCreatorPayload {
    maxLength: number;
    queries: string[];
}

Properties

Properties

maxLength: number

The maximum number of queries to retain in the list.

queries: string[]

The recent queries made by the user prior to instantiating the controller.