aimpress-chatbot/node_modules/botframework-schema/lib/sharepoint/propertyPaneChoiceGroupProperties.d.ts
“SamoilenkoVadym” 195299ece0 Initial commit
2025-04-27 17:05:18 +01:00

16 lines
No EOL
577 B
TypeScript

import { PropertyPaneFieldProperties } from './propertyPaneFieldProperties';
import { PropertyPaneChoiceGroupOption } from './propertyPaneChoiceGroupOption';
/**
* SharePoint property pane choice group field properties.
*/
export interface PropertyPaneChoiceGroupProperties extends PropertyPaneFieldProperties {
/**
* The label text to display next to the choice group.
*/
label?: string;
/**
* The options for the choice group.
*/
options: PropertyPaneChoiceGroupOption[];
}
//# sourceMappingURL=propertyPaneChoiceGroupProperties.d.ts.map