UNPKG

@rangertechnologies/ngnxt

Version:

This library was used for creating dymanic UI based on the input JSON/data

16 lines (15 loc) 353 B
export interface APIMeta { defaultField: any; sourceQuestionId: string; valueField: string; labelField: string; endpoint: string; variable: string; field: any; isDependentField: boolean; dependentValue: string; queryField: string; queryValue: string; queryValueReference: string; uniqueKey: string; }