- Preparing search index...
- The search index is not available
TESSA Web API
Class CardMetadataAdapter
Methods
getColumnInfoById
- getColumnInfoById(sectionId: string, columnId: string): null | {
name: string;
schemeType: null | SchemeType;
}
-
Parameters
-
sectionId: string
-
columnId: string
Returns null | {
name: string;
schemeType: null | SchemeType;
}
getSectionInfoById
- getSectionInfoById(sectionId: string): null | {
contentType: SchemeTableContentType;
id: string;
name: string;
primaryKeyColumns: null | Set<string>;
}
-
Returns null | {
contentType: SchemeTableContentType;
id: string;
name: string;
primaryKeyColumns: null | Set<string>;
}
An adapter for constructing dialog metadata according to a virtual scheme.