IGetFieldsInUIResponseData
IGetFieldsInUIResponseData has the getFieldsList method exposed which provides a list of fields rendered in the UI.
Here's the syntax:
export interface IGetFieldsInUIResponseData {
getFieldsList: () => string[];
}
IGetFieldsInUIResponseData has the getFieldsList method exposed which provides a list of fields rendered in the UI.
Here's the syntax:
export interface IGetFieldsInUIResponseData {
getFieldsList: () => string[];
}