mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 02:59:29 +00: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;
|
||
|
|
}
|