UNPKG

bpmn-js-markdown-documentation-panel

Version:

A comprehensive documentation management plugin for Camunda Modeler with markdown support, element linking, and coverage tracking

17 lines 673 B
import type { IOverviewManager, IOverviewManagerOptions } from "../types/interfaces"; export declare class OverviewManager implements IOverviewManager { private _callbacks; private _currentFilter; private _currentSearchTerm; constructor(options: IOverviewManagerOptions); setupOverviewEventListeners(): void; refreshOverview(): void; filterOverviewList(searchTerm: string): void; setOverviewFilter(filter: string): void; destroy(): void; private _updateFilterButtonStates; private _updateCoverageStats; private _getAllElementsWithDocumentation; private _updateOverviewList; } //# sourceMappingURL=OverviewManager.d.ts.map