mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
check-param-names (#18189)
This commit is contained in:
@@ -446,6 +446,7 @@ suite('ExtHostModelView Validation Tests', () => {
|
||||
* Helper function that creates a simple declarative table. Supports just a single column
|
||||
* of data.
|
||||
* @param modelView The ModelView used to create the component
|
||||
* @param dataType
|
||||
* @param data The rows of data
|
||||
*/
|
||||
function createDeclarativeTable(modelView: azdata.ModelView, dataType: DeclarativeDataType, data?: any[]): azdata.DeclarativeTableComponent {
|
||||
|
||||
Reference in New Issue
Block a user