@eclipse-scout/core
Version:
Eclipse Scout runtime
10 lines • 365 B
TypeScript
import { CompactTree, TreeAdapter } from '../index';
export declare class CompactTreeAdapter extends TreeAdapter {
widget: CompactTree;
protected _getDefaultNodeObjectType(): string;
/**
* Static method to modify the prototype of CompactTree.
*/
static modifyCompactTreePrototype(): void;
}
//# sourceMappingURL=CompactTreeAdapter.d.ts.map