mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-27 12:18:54 +02:00
8 lines
195 B
TypeScript
8 lines
195 B
TypeScript
|
import BSTreeViewEventOptions from "./BSTreeViewEventOptions";
|
||
|
|
||
|
|
||
|
export default class BSTreeViewDisableOptions extends BSTreeViewEventOptions
|
||
|
{
|
||
|
unselecting: boolean;
|
||
|
keepState: boolean;
|
||
|
}
|