UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

11 lines (10 loc) 592 B
import { TccET_BIZOBJ } from "../../odata/models/bizobj.model"; export declare class TccDesktop { findDesktopItemInfo(id: string, desktop: TccET_BIZOBJ.Desktop, onlyIn?: "header" | "table" | "all"): { item: TccET_BIZOBJ.DesktopItem; isHeader: boolean; }; findDesktopItem(id: string, desktop: TccET_BIZOBJ.Desktop, onlyIn?: "header" | "table" | "all"): TccET_BIZOBJ.DesktopItem; findDesktopByIndex(index: number, desktop: TccET_BIZOBJ.Desktop, onlyIn: "header" | "table"): TccET_BIZOBJ.DesktopItem; getDesktopCount(desktop: TccET_BIZOBJ.Desktop): number; }