botframework-schema
Version:
Activity schema for the Microsoft Bot Framework.
10 lines • 311 B
TypeScript
/**
* SharePoint property pane choice group icon properties.
*/
export interface PropertyPaneChoiceGroupIconProperties {
/**
* The name of the icon to use from Office Fabric icon set.
*/
officeFabricIconFontName?: string;
}
//# sourceMappingURL=propertyPaneChoiceGroupIconProperties.d.ts.map