mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 11:09:29 +00:00
7 lines
170 B
TypeScript
7 lines
170 B
TypeScript
|
|
import BSTreeViewEventOptions from "./BSTreeViewEventOptions";
|
||
|
|
|
||
|
|
|
||
|
|
export default class BSTreeViewExpandOptions extends BSTreeViewEventOptions
|
||
|
|
{
|
||
|
|
levels: number = 999;
|
||
|
|
}
|