@primno/core
Version:
Front-end framework for Model-Driven Apps of Power Apps and Dynamics 365.
9 lines (8 loc) • 350 B
TypeScript
/// <reference types="xrm" />
import { ColumnTypePropertyObject, FormConfig } from "../typing";
/**
* Checks that the configuration of a form feature is consistent.
* @param feature
* @param formCtx
*/
export declare function checkFormConfiguration(formCtx: Xrm.FormContext, config: FormConfig, columnsMetadata?: ColumnTypePropertyObject): void;