removeViews() - abudaan/vega-multi-view GitHub Wiki

// @flow
removeViews(string | Array<string>): ResultType

You can remove views by providing the ids of the views that you want to be removed.

// single view
removeViews('spec1');

// list of views
removeViews('spec1', 'spec2', 'spec3');

// array of views
removeViews(['spec1', 'spec2', 'spec3']);
⚠️ **GitHub.com Fallback** ⚠️