@shko.online/componentframework-mock
Version:
Mocking library to help with testing PowerApps Component Framework Components
9 lines (8 loc) • 338 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