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

7 lines
170 B
TypeScript
Raw Normal View History

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