forked from mirror/Part-DB.Part-DB-server
7 lines
No EOL
170 B
TypeScript
7 lines
No EOL
170 B
TypeScript
import BSTreeViewEventOptions from "./BSTreeViewEventOptions";
|
|
|
|
|
|
export default class BSTreeViewExpandOptions extends BSTreeViewEventOptions
|
|
{
|
|
levels: number = 999;
|
|
} |