@ctodev/cclibrary-typings
Version:
Library typings for use with CLARC INFINITY
7 lines (6 loc) • 399 B
TypeScript
import { PipeTransform } from '@angular/core';
import { TccSubpathTree } from '../tcc-subpath-tree.component';
import { TccC4Node, TccTranslation } from '../../../../odata/models/shared.model';
export declare class GetTooltipPipe implements PipeTransform {
transform(node: TccSubpathTree.TreeNode, setTooltipFunction?: (Entity: TccC4Node) => string | TccTranslation): string | TccTranslation;
}