@shko.online/componentframework-mock
Version:
Mocking library to help with testing PowerApps Component Framework Components
12 lines (11 loc) • 441 B
TypeScript
/// <reference types="powerapps-component-framework" />
export declare class MetadataMock implements ComponentFramework.PropertyHelper.FieldPropertyMetadata.Metadata {
DisplayName: string;
LogicalName: string;
RequiredLevel: ComponentFramework.PropertyHelper.Types.RequiredLevel;
IsSecured: boolean;
SourceType: number;
Description: string;
constructor();
}
//# sourceMappingURL=Metadata.mock.d.ts.map