interface RecentQueriesListProps {
    initialState?: RecentQueriesListInitialState;
    options?: RecentQueriesListOptions;
}

Properties

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

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