UNPKG

@progress/kendo-angular-dropdowns

Version:

A wide variety of native Angular dropdown components including AutoComplete, ComboBox, DropDownList, DropDownTree, MultiColumnComboBox, MultiSelect, and MultiSelectTree

22 lines (21 loc) 1.29 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; /** * Renders the content of each node in the DropDownTree. To define a node template, nest an `<ng-template>` tag * with the `kendoDropDownTreeNodeTemplate` directive inside the `<kendo-dropdowntree>` tag. * * The current data item and hierarchical index are available as context variables: * * - `let-dataItem` (`any`) - The current data item. Available as implicit context variable. * - `let-index="index"` (`string`) - The current item hierarchical index. */ export declare class NodeTemplateDirective { templateRef: TemplateRef<any>; constructor(templateRef: TemplateRef<any>); static ɵfac: i0.ɵɵFactoryDeclaration<NodeTemplateDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<NodeTemplateDirective, "[kendoDropDownTreeNodeTemplate], [kendoMultiSelectTreeNodeTemplate]", never, {}, {}, never, never, true, never>; }