@shko.online/componentframework-mock
Version:
Mocking library to help with testing PowerApps Component Framework Components
8 lines • 329 B
TypeScript
/// <reference types="powerapps-component-framework" />
export declare class OptionMetadataMock implements ComponentFramework.PropertyHelper.OptionMetadata {
Label: string;
Value: number;
Color: string;
constructor(value: number, label: string, color?: string);
}
//# sourceMappingURL=OptionMetadata.mock.d.ts.map