@eclipse-scout/core
Version:
Eclipse Scout runtime
13 lines • 491 B
TypeScript
import { ProposalChooserLayoutResetter, Tree } from '../../../index';
/**
* This class is used to reset and restore styles in the DOM, so we can measure the preferred size of the tree.
*/
export declare class TreeLayoutResetter implements ProposalChooserLayoutResetter {
cssSelector: string;
protected _tree: Tree;
constructor(tree: Tree);
modifyDom(): void;
restoreDom(): void;
protected _ensureFirstLast(): void;
}
//# sourceMappingURL=TreeLayoutResetter.d.ts.map