Currently the brush options are defined in `ui.output_plot()` so it doesn't seem like plot brushing can be used in Express. ``` ui.output_plot("plot1", click=True, dblclick=True, hover=True, brush=True) ``` Maybe we should pass these options through `@render.plot()` instead so they work in express. Related to #975.