table designer editor icon (#17608)

* icon for table designer

* use more specific name

* use sql defined schema
This commit is contained in:
Alan Ren
2021-11-05 16:26:17 -07:00
committed by GitHub
parent b4d72af3d4
commit 5f8e1f384f
4 changed files with 23 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
export namespace Schemas {
/**
* A schema that is used for table designer editor
*/
export const tableDesigner = 'ads-table-designer';
}