search | boolean | false | If true, the `Search` button will be displayed, onSearchClick will be required. |
onSearchClick | () => void | undefined | Callback function required if `search` is true, called when `Search` button is clicked. |
download | boolean | false | If true, the `Download` button will be displayed, downloadFileName will be required. |
downloadFileName | string | undefined | When download is initated this will be the name of the file downloaded to the client's computer |
actions | React.ReactNode | null | Any additional actions you would like to render in the toolbar area |