export default class BSTreeViewNodeState { checked: boolean|null; disabled: boolean = false; expanded: boolean; selected: boolean; visible: boolean; }