import BSTreeViewMethodOptions from './BSTreeViewMethodOptions'; /** * The options for TreeView disable/enable functions */ export default class BSTreeViewDisableOptions extends BSTreeViewMethodOptions { /** Keep the expanded/checked/selected state on disable? */ keepState: boolean; }