botframework-schema
Version:
Activity schema for the Microsoft Bot Framework.
13 lines (11 loc) • 341 B
text/typescript
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
/**
* SharePoint property pane choice group icon properties.
*/
export interface PropertyPaneChoiceGroupIconProperties {
/**
* The name of the icon to use from Office Fabric icon set.
*/
officeFabricIconFontName?: string;
}