UNPKG

@shko.online/componentframework-mock

Version:

Mocking library to help with testing PowerApps Component Framework Components

9 lines 424 B
/// <reference types="powerapps-component-framework" /> import { MetadataMock } from './Metadata.mock'; export declare class StringMetadataMock extends MetadataMock implements ComponentFramework.PropertyHelper.FieldPropertyMetadata.StringMetadata { Format: string; ImeMode: ComponentFramework.PropertyHelper.Types.ImeMode; MaxLength: number; constructor(); } //# sourceMappingURL=StringMetadata.mock.d.ts.map