UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

3 lines (2 loc) 314 B
/** Формирует адрес для создания строки. Значение может быть передано в метод goTo сервиса {@link $Router}. */ export declare function getRowCreateRoute(cardId: string, sectionId: string, parentRowId?: string, parentTreeRowId?: string): string;