@cds/angular
Version:
Core component modules for Clarity Angular
12 lines (11 loc) • 522 B
TypeScript
import { ElementRef } from '@angular/core';
import { CdsTree } from '@cds/core/tree-view';
import * as i0 from "@angular/core";
export declare class CdsTreeDirective {
protected element: CdsTree;
get multiSelect(): boolean | '';
set multiSelect(value: boolean | '');
constructor(elementRef: ElementRef);
static ɵfac: i0.ɵɵFactoryDeclaration<CdsTreeDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<CdsTreeDirective, "cds-tree", never, { "multiSelect": "multiSelect"; }, {}, never>;
}