@shko.online/componentframework-mock
Version:
Mocking library to help with testing PowerApps Component Framework Components
11 lines (10 loc) • 472 B
TypeScript
import type { OrchestratorGenerators, OrchestratorInput } from './ComponentFramework-Mock-Orchestrator.types';
import { MetadataDB } from './Metadata.db';
export declare class ComponentFrameworkMockOrchestrator<T> {
constructor(controls: OrchestratorInput<T>);
controls: OrchestratorInput<T>;
db: MetadataDB;
mockGenerators: OrchestratorGenerators<T>;
ExecuteInit(): void;
}
//# sourceMappingURL=ComponentFramework-Mock-Orchestrator.d.ts.map