UNPKG

@adaptabletools/adaptable

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

10 lines (9 loc) 403 B
import { ApiBase } from '../Implementation/ApiBase'; import { AdaptableSharedEntity } from '../../AdaptableState/TeamSharingState'; export declare class TeamSharingInternalApi extends ApiBase { /** * Retrieves shared entry dependencies. */ getSharedEntryDependencies(sharedEntity: AdaptableSharedEntity): AdaptableSharedEntity[]; waitForTeamSharingImportEnd(): Promise<boolean>; }