interface RecentResultsListProps {
    initialState?: RecentResultsListInitialState;
    options?: RecentResultsListOptions;
}

Properties

The initial state that should be applied to the RecentResultsList controller.

The configuration options that should be applied to the RecentResultsList controller.