Allow overriding view options.
Review Request #12809 — Created Jan. 26, 2023 and submitted — Latest diff uploaded
The view options were defined with generics, but these weren't passed
through to Backbone.View, so they didn't actually do anything. This
change plumbs those through.
Built the module and used it with some spina code. Saw that the typing
onoptions
passed in toinitialize
was correct.