Interface HistoryElementProps

interface HistoryElementProps {
    activeClass?: string;
    children: ComponentChildren;
    class?: string;
    query?: SearchQuery;
}

Properties

activeClass?: string

Append class when element is selected with keyboard.

children: ComponentChildren
class?: string

Append class to element.

query?: SearchQuery

Execute new search with specified query on the selection.