aimpress-chatbot/node_modules/botframework-schema/lib/sharepoint/propertyPaneGroup.d.ts
“SamoilenkoVadym” 55445dbc86
Some checks failed
Build and deploy Node.js app to Azure Web App - ChatBot2222 / build (push) Has been cancelled
Build and deploy Node.js app to Azure Web App - ChatBot2222 / deploy (push) Has been cancelled
Deploy bot to Azure
2025-04-27 19:55:19 +01:00

24 lines
No EOL
700 B
TypeScript

import { PropertyPaneGroupOrConditionalGroup } from './propertyPaneGroupOrConditionalGroup';
import { PropertyPaneGroupField } from './propertyPaneGroupField';
/**
* SharePoint property pane group.
*/
export interface PropertyPaneGroup extends PropertyPaneGroupOrConditionalGroup {
/**
* The fields to be rendered inside this group.
*/
groupFields: PropertyPaneGroupField[];
/**
* The name of the group.
*/
groupName?: string;
/**
* Whether the group is collapsed or not.
*/
isCollapsed?: boolean;
/**
* Whether the group name is hidden or not.
*/
isGroupNameHidden?: boolean;
}
//# sourceMappingURL=propertyPaneGroup.d.ts.map