Part-DB.Part-DB-server/assets/ts_src/BSTreeViewExpandOptions.ts

7 lines
No EOL
170 B
TypeScript

import BSTreeViewEventOptions from "./BSTreeViewEventOptions";
export default class BSTreeViewExpandOptions extends BSTreeViewEventOptions
{
levels: number = 999;
}